Class TdApi.BotCommandScopeChatAdministrators

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BotCommandScope
it.tdlight.jni.TdApi.BotCommandScopeChatAdministrators
Enclosing class:
TdApi

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

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • 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 - long Chat identifier.
    • BotCommandScopeChatAdministrators

      public BotCommandScopeChatAdministrators​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details