CFCustomMessageWhereUniqueInput: Prisma.AtLeast<{
    AND?: CFCustomMessageWhereInput | CFCustomMessageWhereInput[];
    NOT?: CFCustomMessageWhereInput | CFCustomMessageWhereInput[];
    OR?: CFCustomMessageWhereInput[];
    buttons?: CFMessageButtonListRelationFilter;
    clipForward?: XOR<GuildClipForwardNullableScalarRelationFilter, GuildClipForwardWhereInput> | null;
    clipForwardId?: StringFilter<"CFCustomMessage"> | string;
    clipForwardId_type?: CFCustomMessageClipForwardIdTypeCompoundUniqueInput;
    content?: StringNullableFilter<"CFCustomMessage"> | string | null;
    dbId?: string;
    embed?: XOR<CFMessageEmbedNullableScalarRelationFilter, CFMessageEmbedWhereInput> | null;
    showInviteButton?: BoolNullableFilter<"CFCustomMessage"> | boolean | null;
    showWatchButton?: BoolNullableFilter<"CFCustomMessage"> | boolean | null;
    type?: EnumStreamerMessageTypeEnumFilter<"CFCustomMessage"> | StreamerMessageTypeEnum;
    webhook?: XOR<CFMessageWebhookNullableScalarRelationFilter, CFMessageWebhookWhereInput> | null;
}, "dbId" | "clipForwardId_type">