CSCustomMessageWhereUniqueInput: Prisma.AtLeast<{
    AND?: CSCustomMessageWhereInput | CSCustomMessageWhereInput[];
    NOT?: CSCustomMessageWhereInput | CSCustomMessageWhereInput[];
    OR?: CSCustomMessageWhereInput[];
    buttons?: CSMessageButtonListRelationFilter;
    clubStreamer?: XOR<ClubStreamerNullableScalarRelationFilter, ClubStreamerWhereInput> | null;
    clubStreamerId?: StringFilter<"CSCustomMessage"> | string;
    clubStreamerId_type?: CSCustomMessageClubStreamerIdTypeCompoundUniqueInput;
    content?: StringNullableFilter<"CSCustomMessage"> | string | null;
    dbId?: string;
    embed?: XOR<CSMessageEmbedNullableScalarRelationFilter, CSMessageEmbedWhereInput> | null;
    showInviteButton?: BoolNullableFilter<"CSCustomMessage"> | boolean | null;
    showWatchButton?: BoolNullableFilter<"CSCustomMessage"> | boolean | null;
    type?: EnumStreamerMessageTypeEnumFilter<"CSCustomMessage"> | StreamerMessageTypeEnum;
    webhook?: XOR<CSMessageWebhookNullableScalarRelationFilter, CSMessageWebhookWhereInput> | null;
}, "dbId" | "clubStreamerId_type">