Type Alias TSMessageButtonMinAggregateOutputType

TSMessageButtonMinAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    title: string | null;
    tsCustomMessageId: string | null;
    url: string | null;
}