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()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • type

      protected java.lang.String type
  • Constructor Details