get_my_short_description
Use this method to get the current bot short description for the given user language.
Parameters
language_code
(str
) (optional
): A two-letter ISO 639-1 language code or an empty string
Returns
BotShortDescription
Examples
- All Parameters
await bot.get_my_short_description(
language_code=your_language_code_here
)