getMyCommands
Use this method to get the current list of the bot's commands for the given scope and user language. Returns an Array of BotCommand objects. If commands aren't set, an empty list is returned. This method support both normal and static use
Read more setMyName
Use this method to change the bot's name. Returns True on success. This method support both normal and static use
Read more getMyName
Use this method to get the current bot name for the given user language. Returns BotName on success. This method support both normal and static use
Read more setMyDescription
Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success. This method support both normal and static use
Read more getMyDescription
Use this method to get the current bot description for the given user language. Returns BotDescription on success. This method support both normal and static use
Read more setMyShortDescription
Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns True on success. This method support both normal and static use
Read more getMyShortDescription
Use this method to get the current bot short description for the given user language. Returns BotShortDescription on success. This method support both normal and static use
Read more setChatMenuButton
Use this method to change the bot's menu button in a private chat, or the default menu button. Returns True on success. This method support both normal and static use
Read more getChatMenuButton
Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns MenuButton on success. This method support both normal and static use
Read more setMyDefaultAdministratorRights
Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels. These rights will be suggested to users, but they are free to modify the list before adding the bot. Returns True on success. This method support both normal and static use
Read more