Class BotCommandScopeDefault
java.lang.Object
io.github.natanimn.telebof.types.bot.BotCommandScope
io.github.natanimn.telebof.types.bot.BotCommandScopeDefault
- All Implemented Interfaces:
- Serializable
Represents the default scope of bot commands.
 Default commands are used if no commands with a narrower scope are specified for the user.
- Since:
- 3 March 2025
- See Also:
- 
Field SummaryFields inherited from class io.github.natanimn.telebof.types.bot.BotCommandScopetype
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BotCommandScopeDefaultpublic BotCommandScopeDefault()
 
-