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