TTSCustomMessageWhereUniqueInput: AtLeast<{
    AND?: TTSCustomMessageWhereInput | TTSCustomMessageWhereInput[];
    NOT?: TTSCustomMessageWhereInput | TTSCustomMessageWhereInput[];
    OR?: TTSCustomMessageWhereInput[];
    buttons?: TTSMessageButtonListRelationFilter;
    content?: StringNullableFilter<"TTSCustomMessage"> | string | null;
    dbId?: string;
    embed?: XOR<TTSMessageEmbedNullableScalarRelationFilter, TTSMessageEmbedWhereInput> | null;
    tiktokStreamer?: XOR<TiktokStreamerNullableScalarRelationFilter, TiktokStreamerWhereInput> | null;
    tiktokStreamerId?: StringFilter<"TTSCustomMessage"> | string;
    tiktokStreamerId_type?: TTSCustomMessageTiktokStreamerIdTypeCompoundUniqueInput;
    type?: EnumStreamerMessageTypeEnumFilter<"TTSCustomMessage"> | StreamerMessageTypeEnum;
    webhook?: XOR<TTSMessageWebhookNullableScalarRelationFilter, TTSMessageWebhookWhereInput> | null;
}, "dbId" | "tiktokStreamerId_type">