get_bot_info_short_description()#

Client.get_bot_info_short_description()#

Use this method to get the current / owned bot short description for the given user language.

Note

If the current account is an User, can be called only if the for_my_bot has can_be_edited property set to True.

Usable by Users Bots
Parameters:
  • language_code (str, optional) – A two-letter ISO 639-1 language code or an empty string

  • for_my_bot (int | str, optional) – Unique identifier (int) or username (str) of the bot for which profile photo has to be updated instead of the current user. The bot should have can_be_edited property set to True.

Returns:

str – On success, returns the text shown on a bot’s profile page and sent together with the link when users share the bot in the given language.

Example

bot_short_description = await app.get_bot_info_short_description()