View Source ExTDLib.Object.BotInfo (ExTDLib v0.0.4)

Contains information about a bot.

NameTypeDescription
short_descriptionstringThe text that is shown on the bot's profile page and is sent together with the link when users share the bot.
descriptionstringThe text shown in the chat with the bot if the chat is empty.
photophotoPhoto shown in the chat with the bot if the chat is empty; may be null.
animationanimationAnimation shown in the chat with the bot if the chat is empty; may be null.
menu_buttonbotMenuButtonInformation about a button to show instead of the bot commands menu button; may be null if ordinary bot commands menu must be shown.
commandsbotCommandList of the bot commands.
default_group_administrator_rightschatAdministratorRightsDefault administrator rights for adding the bot to basic group and supergroup chats; may be null.
default_channel_administrator_rightschatAdministratorRightsDefault administrator rights for adding the bot to channels; may be null.
edit_commands_linkInternalLinkTypeThe internal link, which can be used to edit bot commands; may be null.
edit_description_linkInternalLinkTypeThe internal link, which can be used to edit bot description; may be null.
edit_description_media_linkInternalLinkTypeThe 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_linkInternalLinkTypeThe internal link, which can be used to edit bot settings; may be null.

More details on telegram's documentation.