telegram.BotCommandScopeChat#
- class telegram.BotCommandScopeChat(*args, **kwargs)[source]#
Bases:
telegram.BotCommandScopeRepresents the scope of bot commands, covering a specific chat.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
typeandchat_idare equal.New in version 13.7.