Class TdApi.BotCommandScopeChatAdministrators

  • Enclosing class:
    TdApi

    public static class TdApi.BotCommandScopeChatAdministrators
    extends TdApi.BotCommandScope
    A scope covering all administrators of a chat.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BotCommandScopeChatAdministrators

        public BotCommandScopeChatAdministrators()
        A scope covering all administrators of a chat.
      • BotCommandScopeChatAdministrators

        public BotCommandScopeChatAdministrators​(long chatId)
        A scope covering all administrators of a chat.
        Parameters:
        chatId - Chat identifier.