From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/de/d0f/_chat_member_8h.html | 117 ++++++++++++++++++++++++++++++++ docs/de/d0f/_chat_member_8h_source.html | 105 ++++++++++++++++++++++++++++ 2 files changed, 222 insertions(+) create mode 100644 docs/de/d0f/_chat_member_8h.html create mode 100644 docs/de/d0f/_chat_member_8h_source.html (limited to 'docs/de/d0f') diff --git a/docs/de/d0f/_chat_member_8h.html b/docs/de/d0f/_chat_member_8h.html new file mode 100644 index 0000000..c76d2e7 --- /dev/null +++ b/docs/de/d0f/_chat_member_8h.html @@ -0,0 +1,117 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/ChatMember.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ChatMember.h File Reference
+
+
+
#include <memory>
+#include <string>
+#include "tgbot/types/User.h"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::ChatMember
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/de/d0f/_chat_member_8h_source.html b/docs/de/d0f/_chat_member_8h_source.html new file mode 100644 index 0000000..2b0d12b --- /dev/null +++ b/docs/de/d0f/_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