WSMessageButtonGroupByOutputType: {
    _count: WSMessageButtonCountAggregateOutputType | null;
    _max: WSMessageButtonMaxAggregateOutputType | null;
    _min: WSMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    title: string;
    url: string | null;
    wsCustomMessageId: string;
}