CSMessageButtonCreateInput: {
    csCustomMessage?: CSCustomMessageCreateNestedOneWithoutButtonsInput;
    dbId?: string;
    emojiUnicodeOrId?: string | null;
    title: string;
    url?: string | null;
}