Module tdlight.api

Class TdApi.BotCommandScopeChat

Enclosing class:
TdApi

public static final class TdApi.BotCommandScopeChat extends TdApi.BotCommandScope
A scope covering all members of a chat.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • BotCommandScopeChat

      public BotCommandScopeChat()
      A scope covering all members of a chat.
    • BotCommandScopeChat

      public BotCommandScopeChat(long chatId)
      A scope covering all members of a chat.
      Parameters:
      chatId - long Chat identifier.
    • BotCommandScopeChat

      public BotCommandScopeChat(DataInput input) throws IOException
      A scope covering all members of a chat.
      Throws:
      IOException
  • Method Details