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.

New in version 20.2.

Parameters:

short_description (str) – The bot’s short description.

short_description[source]

The bot’s short description.

Type:

str