From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/de/d0f/_chat_member_8h.html | 117 -------------------------------- docs/de/d0f/_chat_member_8h_source.html | 105 ---------------------------- 2 files changed, 222 deletions(-) delete mode 100644 docs/de/d0f/_chat_member_8h.html delete 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 deleted file mode 100644 index c76d2e7..0000000 --- a/docs/de/d0f/_chat_member_8h.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index 2b0d12b..0000000 --- a/docs/de/d0f/_chat_member_8h_source.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - -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