1#ifndef TGBOT_BOTCOMMANDSCOPECHATMEMBER_H
2#define TGBOT_BOTCOMMANDSCOPECHATMEMBER_H
18 static const std::string
TYPE;
20 typedef std::shared_ptr<BotCommandScopeChatMember>
Ptr;
Represents the scope of bot commands, covering a specific member of a group or supergroup chat.
std::shared_ptr< BotCommandScopeChatMember > Ptr
static const std::string TYPE
std::int64_t userId
Unique identifier of the target user.
BotCommandScopeChatMember()
std::int64_t chatId
Unique identifier for the target chat or username of the target supergroup (in the format @supergroup...
This abstract class is base of all bot command scopes.
std::string type
Scope type.