tgbot-cpp
Loading...
Searching...
No Matches
BotCommandScopeAllGroupChats.h
Go to the documentation of this file.
1
#ifndef TGBOT_BOTCOMMANDSCOPEALLGROUPCHATS_H
2
#define TGBOT_BOTCOMMANDSCOPEALLGROUPCHATS_H
3
4
#include "
tgbot/types/BotCommandScope.h
"
5
6
#include <memory>
7
8
namespace
TgBot
{
9
15
class
BotCommandScopeAllGroupChats
:
public
BotCommandScope
{
16
public
:
17
static
const
std::string
TYPE
;
18
19
typedef
std::shared_ptr<BotCommandScopeAllGroupChats>
Ptr
;
20
21
BotCommandScopeAllGroupChats
() {
22
this->
type
=
TYPE
;
23
}
24
};
25
}
26
27
#endif
//TGBOT_BOTCOMMANDSCOPEALLGROUPCHATS_H
BotCommandScope.h
TgBot::BotCommandScopeAllGroupChats
Represents the scope of bot commands, covering all group and supergroup chats.
Definition
BotCommandScopeAllGroupChats.h:15
TgBot::BotCommandScopeAllGroupChats::BotCommandScopeAllGroupChats
BotCommandScopeAllGroupChats()
Definition
BotCommandScopeAllGroupChats.h:21
TgBot::BotCommandScopeAllGroupChats::Ptr
std::shared_ptr< BotCommandScopeAllGroupChats > Ptr
Definition
BotCommandScopeAllGroupChats.h:19
TgBot::BotCommandScopeAllGroupChats::TYPE
static const std::string TYPE
Definition
BotCommandScopeAllGroupChats.h:17
TgBot::BotCommandScope
This abstract class is base of all bot command scopes.
Definition
BotCommandScope.h:16
TgBot::BotCommandScope::type
std::string type
Scope type.
Definition
BotCommandScope.h:27
TgBot
Definition
Api.h:40
include
tgbot
types
BotCommandScopeAllGroupChats.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0