WSCustomMessageWhereInput: {
    AND?: WSCustomMessageWhereInput | WSCustomMessageWhereInput[];
    NOT?: WSCustomMessageWhereInput | WSCustomMessageWhereInput[];
    OR?: WSCustomMessageWhereInput[];
    buttons?: WSMessageButtonListRelationFilter;
    content?: StringNullableFilter<"WSCustomMessage"> | string | null;
    dbId?: StringFilter<"WSCustomMessage"> | string;
    embed?: XOR<WSMessageEmbedNullableScalarRelationFilter, WSMessageEmbedWhereInput> | null;
    showInviteButton?: BoolNullableFilter<"WSCustomMessage"> | boolean | null;
    showWatchButton?: BoolNullableFilter<"WSCustomMessage"> | boolean | null;
    type?: EnumStreamerMessageTypeEnumFilter<"WSCustomMessage"> | StreamerMessageTypeEnum;
    webhook?: XOR<WSMessageWebhookNullableScalarRelationFilter, WSMessageWebhookWhereInput> | null;
    whatnotStreamer?: XOR<WhatnotStreamerNullableScalarRelationFilter, WhatnotStreamerWhereInput> | null;
    whatnotStreamerId?: StringFilter<"WSCustomMessage"> | string;
}