RSCustomMessageWhereUniqueInput: AtLeast<{
    AND?: RSCustomMessageWhereInput | RSCustomMessageWhereInput[];
    NOT?: RSCustomMessageWhereInput | RSCustomMessageWhereInput[];
    OR?: RSCustomMessageWhereInput[];
    buttons?: RSMessageButtonListRelationFilter;
    content?: StringNullableFilter<"RSCustomMessage"> | string | null;
    dbId?: string;
    embed?: XOR<RSMessageEmbedNullableScalarRelationFilter, RSMessageEmbedWhereInput> | null;
    rumbleStreamer?: XOR<RumbleStreamerNullableScalarRelationFilter, RumbleStreamerWhereInput> | null;
    rumbleStreamerId?: StringFilter<"RSCustomMessage"> | string;
    rumbleStreamerId_type?: RSCustomMessageRumbleStreamerIdTypeCompoundUniqueInput;
    type?: EnumStreamerMessageTypeEnumFilter<"RSCustomMessage"> | StreamerMessageTypeEnum;
    webhook?: XOR<RSMessageWebhookNullableScalarRelationFilter, RSMessageWebhookWhereInput> | null;
}, "dbId" | "rumbleStreamerId_type">