Type Alias TTSMessageButtonCreateWithoutTtsCustomMessageInput

TTSMessageButtonCreateWithoutTtsCustomMessageInput: {
    dbId?: string;
    emojiUnicodeOrId?: string | null;
    title: string;
    url?: string | null;
}