Class BotCommandScope
- java.lang.Object
-
- com.pengrad.telegrambot.model.botcommandscope.BotCommandScope
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BotCommandScopeAllChatAdministrators
,BotCommandScopeAllGroupChats
,BotCommandScopeAllPrivateChats
,BotCommandScopeDefault
,BotCommandsScopeChat
,BotCommandsScopeChatAdministrators
,BotCommandsScopeChatMember
public abstract class BotCommandScope extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
type
-
Constructor Summary
Constructors Constructor Description BotCommandScope()
-