telegram.BotCommandScopeDefault¶
-
class
telegram.BotCommandScopeDefault(**_kwargs)¶ Bases:
telegram.botcommandscope.BotCommandScopeRepresents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.
New in version 13.7.
-
type¶ Scope type
telegram.BotCommandScope.DEFAULT.- Type
str
-