Class BotCommandScope
java.lang.Object
io.github.natanimn.telebof.types.bot.BotCommandScope
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BotCommandScopeAllChatAdministrators,BotCommandScopeAllGroupChats,BotCommandScopeAllPrivateChats,BotCommandScopeChat,BotCommandScopeChatAdministrators,BotCommandScopeChatMember,BotCommandScopeDefault
This object represents the scope to which bot commands are applied.
- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BotCommandScope
Initialize command scope- Parameters:
type- Scope type
-
-
Method Details
-
getType
Scope type- Returns:
- Scope type
-