View Source ExTDLib.Object.BotInfo (ExTDLib v0.0.4)
Contains information about a bot.
| Name | Type | Description |
|---|---|---|
| short_description | string | The text that is shown on the bot's profile page and is sent together with the link when users share the bot. |
| description | string | The text shown in the chat with the bot if the chat is empty. |
| photo | photo | Photo shown in the chat with the bot if the chat is empty; may be null. |
| animation | animation | Animation shown in the chat with the bot if the chat is empty; may be null. |
| menu_button | botMenuButton | Information about a button to show instead of the bot commands menu button; may be null if ordinary bot commands menu must be shown. |
| commands | botCommand | List of the bot commands. |
| default_group_administrator_rights | chatAdministratorRights | Default administrator rights for adding the bot to basic group and supergroup chats; may be null. |
| default_channel_administrator_rights | chatAdministratorRights | Default administrator rights for adding the bot to channels; may be null. |
| edit_commands_link | InternalLinkType | The internal link, which can be used to edit bot commands; may be null. |
| edit_description_link | InternalLinkType | The internal link, which can be used to edit bot description; may be null. |
| edit_description_media_link | InternalLinkType | The internal link, which can be used to edit the photo or animation shown in the chat with the bot if the chat is empty; may be null. |
| edit_settings_link | InternalLinkType | The internal link, which can be used to edit bot settings; may be null. |
More details on telegram's documentation.