From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/_message_entity_8h_source.html | 108 ------------------------------------ 1 file changed, 108 deletions(-) delete mode 100644 docs/_message_entity_8h_source.html (limited to 'docs/_message_entity_8h_source.html') diff --git a/docs/_message_entity_8h_source.html b/docs/_message_entity_8h_source.html deleted file mode 100644 index 0e3b291..0000000 --- a/docs/_message_entity_8h_source.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/MessageEntity.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
MessageEntity.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 17/04/16.
3 //
4 
5 #ifndef TGBOT_MESSAGEENTITY_H
6 #define TGBOT_MESSAGEENTITY_H
7 
8 #include <memory>
9 #include <string>
10 #include "tgbot/types/User.h"
11 
12 namespace TgBot {
13 
19 public:
20  typedef std::shared_ptr<MessageEntity> Ptr;
21 
25  std::string type;
26 
30  int32_t offset;
31 
35  int32_t length;
36 
40  std::string url;
41 
46 };
47 }
48 
49 #endif //TGBOT_MESSAGEENTITY_H
std::shared_ptr< MessageEntity > Ptr
Definition: MessageEntity.h:20
- -
Definition: Api.h:44
- - - - - - -
std::shared_ptr< User > Ptr
Definition: User.h:38
-
-
- - - - -- cgit v1.2.3