|
tgbot-cpp
|
Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BotCommandScopeChatAdministrators> |
Public Attributes | |
| std::string | type { TYPE } |
| Scope type, must be chat_administrators. | |
| std::int64_t | chatId { } |
| Unique identifier for the target chat or username of the target supergroup in the format @username. Channel direct messages chats and channel chats aren't supported. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.
| using TgBot::BotCommandScopeChatAdministrators::Ptr = std::shared_ptr<BotCommandScopeChatAdministrators> |
| std::int64_t TgBot::BotCommandScopeChatAdministrators::chatId { } |
|
static |
| std::string TgBot::BotCommandScopeChatAdministrators::type { TYPE } |