GuildCustomBotProfileWhereInput: {
    AND?: GuildCustomBotProfileWhereInput | GuildCustomBotProfileWhereInput[];
    NOT?: GuildCustomBotProfileWhereInput | GuildCustomBotProfileWhereInput[];
    OR?: GuildCustomBotProfileWhereInput[];
    avatarKey?: StringNullableFilter<"GuildCustomBotProfile"> | string | null;
    bannerKey?: StringNullableFilter<"GuildCustomBotProfile"> | string | null;
    bio?: StringNullableFilter<"GuildCustomBotProfile"> | string | null;
    dbId?: StringFilter<"GuildCustomBotProfile"> | string;
    enabled?: BoolFilter<"GuildCustomBotProfile"> | boolean;
    guild?: XOR<GuildNullableScalarRelationFilter, GuildWhereInput> | null;
    guildId?: StringFilter<"GuildCustomBotProfile"> | string;
    nick?: StringNullableFilter<"GuildCustomBotProfile"> | string | null;
}