RSMessageButtonGroupByOutputType: {
    _count: RSMessageButtonCountAggregateOutputType | null;
    _max: RSMessageButtonMaxAggregateOutputType | null;
    _min: RSMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    rsCustomMessageId: string;
    title: string;
    url: string | null;
}