tgbot-cpp
Loading...
Searching...
No Matches
BotCommandScopeChatAdministrators.h
Go to the documentation of this file.
1
#ifndef TGBOT_BOTCOMMANDSCOPECHATADMINISTRATORS_H
2
#define TGBOT_BOTCOMMANDSCOPECHATADMINISTRATORS_H
3
4
#include "
tgbot/types/BotCommandScope.h
"
5
6
#include <cstdint>
7
#include <memory>
8
9
namespace
TgBot
{
10
16
class
BotCommandScopeChatAdministrators
:
public
BotCommandScope
{
17
public
:
18
static
const
std::string
TYPE
;
19
20
typedef
std::shared_ptr<BotCommandScopeChatAdministrators>
Ptr
;
21
22
BotCommandScopeChatAdministrators
() {
23
this->
type
=
TYPE
;
24
}
25
29
std::int64_t
chatId
;
30
};
31
}
32
33
#endif
//TGBOT_BOTCOMMANDSCOPECHATADMINISTRATORS_H
BotCommandScope.h
TgBot::BotCommandScopeChatAdministrators::chatId
std::int64_t chatId
Unique identifier for the target chat or username of the target supergroup (in the format @supergroup...
Definition
BotCommandScopeChatAdministrators.h:29
TgBot::BotCommandScopeChatAdministrators::BotCommandScopeChatAdministrators
BotCommandScopeChatAdministrators()
Definition
BotCommandScopeChatAdministrators.h:22
TgBot::BotCommandScopeChatAdministrators::Ptr
std::shared_ptr< BotCommandScopeChatAdministrators > Ptr
Definition
BotCommandScopeChatAdministrators.h:20
TgBot::BotCommandScopeChatAdministrators::TYPE
static const std::string TYPE
Definition
BotCommandScopeChatAdministrators.h:18
TgBot::BotCommandScope::type
std::string type
Scope type.
Definition
BotCommandScope.h:27
TgBot::BotCommandScope::BotCommandScope
BotCommandScope()
Definition
BotCommandScope.h:20
TgBot
Definition
Api.h:40
include
tgbot
types
BotCommandScopeChatAdministrators.h
Generated on
for tgbot-cpp by
1.14.0