tgbot-cpp
Loading...
Searching...
No Matches
ChatMemberLeft.h
Go to the documentation of this file.
1
#ifndef TGBOT_CHATMEMBERLEFT_H
2
#define TGBOT_CHATMEMBERLEFT_H
3
4
#include "
tgbot/types/ChatMember.h
"
5
6
#include <memory>
7
8
namespace
TgBot
{
9
15
class
ChatMemberLeft
:
public
ChatMember
{
16
public
:
17
static
const
std::string
STATUS
;
18
19
typedef
std::shared_ptr<ChatMemberLeft>
Ptr
;
20
21
ChatMemberLeft
() {
22
this->
status
=
STATUS
;
23
}
24
};
25
}
26
27
#endif
//TGBOT_CHATMEMBERLEFT_H
ChatMember.h
TgBot::ChatMember::ChatMember
ChatMember()
Definition
ChatMember.h:23
TgBot::ChatMember::status
std::string status
The member's status in the chat.
Definition
ChatMember.h:30
TgBot::ChatMemberLeft::ChatMemberLeft
ChatMemberLeft()
Definition
ChatMemberLeft.h:21
TgBot::ChatMemberLeft::Ptr
std::shared_ptr< ChatMemberLeft > Ptr
Definition
ChatMemberLeft.h:19
TgBot::ChatMemberLeft::STATUS
static const std::string STATUS
Definition
ChatMemberLeft.h:17
TgBot
Definition
Api.h:40
include
tgbot
types
ChatMemberLeft.h
Generated on
for tgbot-cpp by
1.14.0