set_chat_menu_button()
Change the bot’s menu button in a private chat, or the default menu button.
Usable by Users Bots
chat_id (
int
|str
, optional) – Unique identifier (int) or username (str) of the target chat. If not specified, default bot’s menu button will be changed.menu_button (
MenuButton
, optional) – The new bot’s menu button. Defaults toMenuButtonDefault
.