Represents the scope of bot commands, covering a specific chat.  
 More...
#include <BotCommandScopeChat.h>
|  | 
| std::int64_t | chatId | 
|  | Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) 
 | 
| Public Attributes inherited from TgBot::BotCommandScope | 
| std::string | type | 
|  | Scope type. 
 | 
|  | 
| static const std::string | TYPE | 
Represents the scope of bot commands, covering a specific chat. 
Definition at line 16 of file BotCommandScopeChat.h.
◆ Ptr
◆ BotCommandScopeChat()
  
  | 
        
          | TgBot::BotCommandScopeChat::BotCommandScopeChat | ( |  | ) |  |  | inline | 
 
 
◆ chatId
      
        
          | std::int64_t TgBot::BotCommandScopeChat::chatId | 
      
 
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) 
Definition at line 29 of file BotCommandScopeChat.h.
 
 
◆ TYPE
  
  | 
        
          | const std::string TgBot::BotCommandScopeChat::TYPE |  | static | 
 
 
The documentation for this class was generated from the following file: