toggleBotIsAddedToAttachmentMenu¶
Adds or removes a bot to attachment and side menu. Bot can be added to the menu, only if userTypeBot.can_be_added_to_attachment_menu == true
toggleBotIsAddedToAttachmentMenu(
bot_user_id: int53,
is_added: Bool,
allow_write_access: Bool
) → Ok