TWSMessageButtonCreateInput: {
    dbId?: string;
    emojiUnicodeOrId?: string | null;
    title: string;
    twsCustomMessage?: TWSCustomMessageCreateNestedOneWithoutButtonsInput;
    url?: string | null;
}