BotShortDescription¶
- class telegram.BotShortDescription(short_description, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This object represents the bot’s short description.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
short_description
is equal.Returned In
Added in version 20.2.
- Parameters:
short_description (
str
) – The bot’s short description.