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