CFCustomMessageGroupByOutputType: {
    _count: CFCustomMessageCountAggregateOutputType | null;
    _max: CFCustomMessageMaxAggregateOutputType | null;
    _min: CFCustomMessageMinAggregateOutputType | null;
    clipForwardId: string;
    content: string | null;
    dbId: string;
    showInviteButton: boolean | null;
    showWatchButton: boolean | null;
    type: StreamerMessageTypeEnum;
}