Class TdApi.BotCommandScopeChat

  • Enclosing class:
    TdApi

    public static class TdApi.BotCommandScopeChat
    extends TdApi.BotCommandScope
    A scope covering all members 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

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