TSMessageButtonGroupByOutputType: {
    _count: TSMessageButtonCountAggregateOutputType | null;
    _max: TSMessageButtonMaxAggregateOutputType | null;
    _min: TSMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    title: string;
    tsCustomMessageId: string;
    url: string | null;
}