From 985837f2152383c304d043bd4dc8af23914b112f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 2 Jan 2017 23:05:43 +0300 Subject: Docs --- docs/_chat_member_8h_source.html | 105 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 docs/_chat_member_8h_source.html (limited to 'docs/_chat_member_8h_source.html') diff --git a/docs/_chat_member_8h_source.html b/docs/_chat_member_8h_source.html new file mode 100644 index 0000000..13e8a49 --- /dev/null +++ b/docs/_chat_member_8h_source.html @@ -0,0 +1,105 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/ChatMember.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
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 
27 
31  std::string status;
32 };
33 }
34 
35 #endif //TGBOT_CHATMEMBER_H
Definition: Api.h:44
+ +
std::string status
Definition: ChatMember.h:31
+
User::Ptr user
Definition: ChatMember.h:26
+ +
std::shared_ptr< ChatMember > Ptr
Definition: ChatMember.h:21
+
std::shared_ptr< User > Ptr
Definition: User.h:38
+
+
+ + + + -- cgit v1.2.3