TTSMessageButtonCreateInput: {
    dbId?: string;
    emojiUnicodeOrId?: string | null;
    title: string;
    ttsCustomMessage?: TTSCustomMessageCreateNestedOneWithoutButtonsInput;
    url?: string | null;
}