Module tdlight.api

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 final 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:
  • 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
      A scope covering all administrators of a chat.
      Throws:
      IOException
  • Method Details