CFCustomMessageScalarWhereInput: {
    AND?: CFCustomMessageScalarWhereInput | CFCustomMessageScalarWhereInput[];
    NOT?: CFCustomMessageScalarWhereInput | CFCustomMessageScalarWhereInput[];
    OR?: CFCustomMessageScalarWhereInput[];
    clipForwardId?: StringFilter<"CFCustomMessage"> | string;
    content?: StringNullableFilter<"CFCustomMessage"> | string | null;
    dbId?: StringFilter<"CFCustomMessage"> | string;
    showInviteButton?: BoolNullableFilter<"CFCustomMessage"> | boolean | null;
    showWatchButton?: BoolNullableFilter<"CFCustomMessage"> | boolean | null;
    type?: EnumStreamerMessageTypeEnumFilter<"CFCustomMessage"> | StreamerMessageTypeEnum;
}