tgbot-cpp
ChatMember.h
Go to the documentation of this file.
1
//
2
// Created by Konstantin Kukin on 26/12/16.
3
//
4
5
#ifndef TGBOT_CHATMEMBER_H
6
#define TGBOT_CHATMEMBER_H
7
8
#include <memory>
9
#include <string>
10
11
#include "
tgbot/types/User.h
"
12
13
namespace
TgBot
{
14
19
class
ChatMember
{
20
public
:
21
typedef
std::shared_ptr<ChatMember>
Ptr
;
22
26
User::Ptr
user
;
27
31
std::string
status
;
32
};
33
}
34
35
#endif //TGBOT_CHATMEMBER_H
TgBot
Definition:
Api.h:44
TgBot::ChatMember
Definition:
ChatMember.h:19
TgBot::ChatMember::status
std::string status
Definition:
ChatMember.h:31
TgBot::ChatMember::user
User::Ptr user
Definition:
ChatMember.h:26
User.h
TgBot::ChatMember::Ptr
std::shared_ptr< ChatMember > Ptr
Definition:
ChatMember.h:21
TgBot::User::Ptr
std::shared_ptr< User > Ptr
Definition:
User.h:38
include
tgbot
types
ChatMember.h
Generated on Sun Jan 15 2017 02:33:16 for tgbot-cpp by
1.8.13