From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...bot_1_1_http_server_1_1_connection-members.html | 105 ++++++++++ .../_inline_query_result_cached_mpeg4_gif_8h.html | 117 +++++++++++ ...ne_query_result_cached_mpeg4_gif_8h_source.html | 107 +++++++++++ docs/db/d2a/_webhook_info_8h.html | 117 +++++++++++ docs/db/d2a/_webhook_info_8h_source.html | 108 +++++++++++ ..._bot_1_1_inline_query_result_voice-members.html | 113 +++++++++++ docs/db/d8b/class_tg_bot_1_1_venue.html | 214 +++++++++++++++++++++ docs/db/d8b/class_tg_bot_1_1_venue.js | 8 + docs/db/dac/class_tg_bot_1_1_user-members.html | 105 ++++++++++ docs/db/db6/_message_8h.html | 130 +++++++++++++ docs/db/db6/_message_8h_source.html | 158 +++++++++++++++ 11 files changed, 1282 insertions(+) create mode 100644 docs/db/d15/class_tg_bot_1_1_http_server_1_1_connection-members.html create mode 100644 docs/db/d2a/_inline_query_result_cached_mpeg4_gif_8h.html create mode 100644 docs/db/d2a/_inline_query_result_cached_mpeg4_gif_8h_source.html create mode 100644 docs/db/d2a/_webhook_info_8h.html create mode 100644 docs/db/d2a/_webhook_info_8h_source.html create mode 100644 docs/db/d54/class_tg_bot_1_1_inline_query_result_voice-members.html create mode 100644 docs/db/d8b/class_tg_bot_1_1_venue.html create mode 100644 docs/db/d8b/class_tg_bot_1_1_venue.js create mode 100644 docs/db/dac/class_tg_bot_1_1_user-members.html create mode 100644 docs/db/db6/_message_8h.html create mode 100644 docs/db/db6/_message_8h_source.html (limited to 'docs/db') diff --git a/docs/db/d15/class_tg_bot_1_1_http_server_1_1_connection-members.html b/docs/db/d15/class_tg_bot_1_1_http_server_1_1_connection-members.html new file mode 100644 index 0000000..a74e723 --- /dev/null +++ b/docs/db/d15/class_tg_bot_1_1_http_server_1_1_connection-members.html @@ -0,0 +1,105 @@ + + + + + + + +tgbot-cpp: Member List + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
TgBot::HttpServer< Protocol >::Connection Member List
+
+
+ +

This is the complete list of members for TgBot::HttpServer< Protocol >::Connection, including all inherited members.

+ + + + + + +
_handlerTgBot::HttpServer< Protocol >::Connectionprotected
Connection(std::shared_ptr< boost::asio::basic_stream_socket< Protocol >> &socket, const ServerHandler &handler)TgBot::HttpServer< Protocol >::Connectioninline
dataTgBot::HttpServer< Protocol >::Connection
socketTgBot::HttpServer< Protocol >::Connection
start()TgBot::HttpServer< Protocol >::Connectioninline
+
+ + + + diff --git a/docs/db/d2a/_inline_query_result_cached_mpeg4_gif_8h.html b/docs/db/d2a/_inline_query_result_cached_mpeg4_gif_8h.html new file mode 100644 index 0000000..83a10e1 --- /dev/null +++ b/docs/db/d2a/_inline_query_result_cached_mpeg4_gif_8h.html @@ -0,0 +1,117 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResultCachedMpeg4Gif.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InlineQueryResultCachedMpeg4Gif.h File Reference
+
+
+
#include <string>
+#include <memory>
+#include "tgbot/types/InlineQueryResult.h"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::InlineQueryResultCachedMpeg4Gif
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/db/d2a/_inline_query_result_cached_mpeg4_gif_8h_source.html b/docs/db/d2a/_inline_query_result_cached_mpeg4_gif_8h_source.html new file mode 100644 index 0000000..d2d8e6b --- /dev/null +++ b/docs/db/d2a/_inline_query_result_cached_mpeg4_gif_8h_source.html @@ -0,0 +1,107 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResultCachedMpeg4Gif.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InlineQueryResultCachedMpeg4Gif.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 27/12/16.
3 //
4 
5 #ifndef TGBOT_INLINEQUERYRESULTCACHEDMPEG4GIF_H
6 #define TGBOT_INLINEQUERYRESULTCACHEDMPEG4GIF_H
7 
8 #include <string>
9 #include <memory>
10 
12 
13 namespace TgBot {
14 
20 public:
21  static const std::string TYPE;
22 
23  typedef std::shared_ptr<InlineQueryResultCachedMpeg4Gif> Ptr;
24 
26  this->type = TYPE;
27  }
28 
32  std::string mpeg4FileId;
33 
34 };
35 }
36 
37 #endif //TGBOT_INLINEQUERYRESULTCACHEDMPEG4GIF_H
+ +
Definition: Api.h:44
+ + + +
std::shared_ptr< InlineQueryResultCachedMpeg4Gif > Ptr
+ + +
+
+ + + + diff --git a/docs/db/d2a/_webhook_info_8h.html b/docs/db/d2a/_webhook_info_8h.html new file mode 100644 index 0000000..d1e7833 --- /dev/null +++ b/docs/db/d2a/_webhook_info_8h.html @@ -0,0 +1,117 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/WebhookInfo.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
WebhookInfo.h File Reference
+
+
+
#include <string>
+#include <vector>
+#include <memory>
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::WebhookInfo
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/db/d2a/_webhook_info_8h_source.html b/docs/db/d2a/_webhook_info_8h_source.html new file mode 100644 index 0000000..fa66a1d --- /dev/null +++ b/docs/db/d2a/_webhook_info_8h_source.html @@ -0,0 +1,108 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/WebhookInfo.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
WebhookInfo.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_WEBHOOKINFO_H
6 #define TGBOT_WEBHOOKINFO_H
7 
8 #include <string>
9 #include <vector>
10 #include <memory>
11 
12 namespace TgBot {
13 
18 class WebhookInfo {
19 public:
20  typedef std::shared_ptr<WebhookInfo> Ptr;
21 
25  std::string url;
26 
31 
36 
40  int32_t lastErrorDate;
41 
45  std::string lastErrorMessage;
46 
50  int32_t maxConnections;
51 
55  std::vector<std::string> allowedUpdates;
56 };
57 }
58 
59 #endif //TGBOT_WEBHOOKINFO_H
Definition: Api.h:44
+ + +
std::string lastErrorMessage
Definition: WebhookInfo.h:45
+
int32_t lastErrorDate
Definition: WebhookInfo.h:40
+
std::shared_ptr< WebhookInfo > Ptr
Definition: WebhookInfo.h:20
+
int32_t pendingUpdateCount
Definition: WebhookInfo.h:35
+
std::string url
Definition: WebhookInfo.h:25
+
int32_t maxConnections
Definition: WebhookInfo.h:50
+
std::vector< std::string > allowedUpdates
Definition: WebhookInfo.h:55
+
+
+ + + + diff --git a/docs/db/d54/class_tg_bot_1_1_inline_query_result_voice-members.html b/docs/db/d54/class_tg_bot_1_1_inline_query_result_voice-members.html new file mode 100644 index 0000000..9a7d5d7 --- /dev/null +++ b/docs/db/d54/class_tg_bot_1_1_inline_query_result_voice-members.html @@ -0,0 +1,113 @@ + + + + + + + +tgbot-cpp: Member List + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
TgBot::InlineQueryResultVoice Member List
+
+ +
+ + + + diff --git a/docs/db/d8b/class_tg_bot_1_1_venue.html b/docs/db/d8b/class_tg_bot_1_1_venue.html new file mode 100644 index 0000000..baf4e88 --- /dev/null +++ b/docs/db/d8b/class_tg_bot_1_1_venue.html @@ -0,0 +1,214 @@ + + + + + + + +tgbot-cpp: TgBot::Venue Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Venue Class Reference
+
+
+ +

#include <Venue.h>

+ + + + +

+Public Types

typedef std::shared_ptr< VenuePtr
 
+ + + + + + + + + +

+Public Attributes

Location::Ptr location
 
std::string title
 
std::string address
 
std::string foursquare_id
 
+

Detailed Description

+

This object represents a venue.

+ +

Definition at line 19 of file Venue.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ + + + +
typedef std::shared_ptr<Venue> TgBot::Venue::Ptr
+
+ +

Definition at line 21 of file Venue.h.

+ +
+
+

Member Data Documentation

+ +

◆ address

+ +
+
+ + + + +
std::string TgBot::Venue::address
+
+

Address of the venue.

+ +

Definition at line 36 of file Venue.h.

+ +
+
+ +

◆ foursquare_id

+ +
+
+ + + + +
std::string TgBot::Venue::foursquare_id
+
+

Optional. Foursquare identifier of the venue.

+ +

Definition at line 41 of file Venue.h.

+ +
+
+ +

◆ location

+ +
+
+ + + + +
Location::Ptr TgBot::Venue::location
+
+

Venue location.

+ +

Definition at line 26 of file Venue.h.

+ +
+
+ +

◆ title

+ +
+
+ + + + +
std::string TgBot::Venue::title
+
+

Name of the venue.

+ +

Definition at line 31 of file Venue.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/db/d8b/class_tg_bot_1_1_venue.js b/docs/db/d8b/class_tg_bot_1_1_venue.js new file mode 100644 index 0000000..2f7cb57 --- /dev/null +++ b/docs/db/d8b/class_tg_bot_1_1_venue.js @@ -0,0 +1,8 @@ +var class_tg_bot_1_1_venue = +[ + [ "Ptr", "db/d8b/class_tg_bot_1_1_venue.html#a9f9505e1035b3aacd2ad9d68a8285a14", null ], + [ "address", "db/d8b/class_tg_bot_1_1_venue.html#a411e85c19c38ad2b8922d60582f72459", null ], + [ "foursquare_id", "db/d8b/class_tg_bot_1_1_venue.html#aec6a2d5230788e85a55cc407246ad968", null ], + [ "location", "db/d8b/class_tg_bot_1_1_venue.html#a9dbb9e88b790f9a938c9ec561ed773ce", null ], + [ "title", "db/d8b/class_tg_bot_1_1_venue.html#afc6d630815d434ebf97a86a47f74ca50", null ] +]; \ No newline at end of file diff --git a/docs/db/dac/class_tg_bot_1_1_user-members.html b/docs/db/dac/class_tg_bot_1_1_user-members.html new file mode 100644 index 0000000..a48a4be --- /dev/null +++ b/docs/db/dac/class_tg_bot_1_1_user-members.html @@ -0,0 +1,105 @@ + + + + + + + +tgbot-cpp: Member List + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
TgBot::User Member List
+
+
+ +

This is the complete list of members for TgBot::User, including all inherited members.

+ + + + + + +
firstNameTgBot::User
idTgBot::User
lastNameTgBot::User
Ptr typedefTgBot::User
usernameTgBot::User
+
+ + + + diff --git a/docs/db/db6/_message_8h.html b/docs/db/db6/_message_8h.html new file mode 100644 index 0000000..0ef8aa6 --- /dev/null +++ b/docs/db/db6/_message_8h.html @@ -0,0 +1,130 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/Message.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Message.h File Reference
+
+
+
#include <string>
+#include <vector>
+#include <memory>
+#include "tgbot/types/Chat.h"
+#include "tgbot/types/User.h"
+#include "tgbot/types/Message.h"
+#include "tgbot/types/Audio.h"
+#include "tgbot/types/Document.h"
+#include "tgbot/types/Sticker.h"
+#include "tgbot/types/Video.h"
+#include "tgbot/types/Contact.h"
+#include "tgbot/types/Location.h"
+#include "tgbot/types/PhotoSize.h"
+#include "tgbot/types/MessageEntity.h"
+#include "tgbot/types/Venue.h"
+#include "tgbot/types/Voice.h"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::Message
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/db/db6/_message_8h_source.html b/docs/db/db6/_message_8h_source.html new file mode 100644 index 0000000..3311f21 --- /dev/null +++ b/docs/db/db6/_message_8h_source.html @@ -0,0 +1,158 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/Message.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Message.h
+
+
+Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015 Oleg Morozenkov
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a copy
5  * of this software and associated documentation files (the "Software"), to deal
6  * in the Software without restriction, including without limitation the rights
7  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8  * copies of the Software, and to permit persons to whom the Software is
9  * furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in all
12  * copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20  * SOFTWARE.
21  */
22 
23 #ifndef TGBOT_CPP_MESSAGE_H
24 #define TGBOT_CPP_MESSAGE_H
25 
26 #include <string>
27 #include <vector>
28 #include <memory>
29 
30 #include "tgbot/types/Chat.h"
31 #include "tgbot/types/User.h"
32 #include "tgbot/types/Message.h"
33 #include "tgbot/types/Audio.h"
34 #include "tgbot/types/Document.h"
35 #include "tgbot/types/Sticker.h"
36 #include "tgbot/types/Video.h"
37 #include "tgbot/types/Contact.h"
38 #include "tgbot/types/Location.h"
39 #include "tgbot/types/PhotoSize.h"
41 #include "tgbot/types/Venue.h"
42 #include "tgbot/types/Voice.h"
43 
44 namespace TgBot {
45 
50 class Message {
51 public:
52  typedef std::shared_ptr<Message> Ptr;
53 
55  deleteChatPhoto = false;
56  groupChatCreated = false;
57  supergroupChatCreated = false;
58  channelChatCreated = false;
59  migrateToChatId = 0;
61  }
62 
66  int32_t messageId;
67 
72 
76  int32_t date;
77 
82 
87 
92 
97 
101  int32_t forwardDate;
102 
107 
111  int32_t editDate;
112 
116  std::string text;
117 
121  std::vector<MessageEntity::Ptr> entities;
122 
127 
132 
136  std::vector<PhotoSize::Ptr> photo;
137 
142 
147 
152 
156  std::string caption;
157 
162 
167 
172 
177 
182 
186  std::string newChatTitle;
187 
191  std::vector<PhotoSize::Ptr> newChatPhoto;
192 
197 
202 
207 
212 
217 
222 
227 
228 };
229 
230 }
231 
232 #endif //TGBOT_CPP_MESSAGE_H
bool channelChatCreated
Definition: Message.h:211
+
int64_t migrateToChatId
Definition: Message.h:216
+ +
std::shared_ptr< Sticker > Ptr
Definition: Sticker.h:40
+
bool supergroupChatCreated
Definition: Message.h:206
+ +
std::shared_ptr< Audio > Ptr
Definition: Audio.h:38
+
User::Ptr forwardFrom
Definition: Message.h:86
+
std::vector< MessageEntity::Ptr > entities
Definition: Message.h:121
+
std::string caption
Definition: Message.h:156
+ + +
User::Ptr leftChatMember
Definition: Message.h:181
+
std::string text
Definition: Message.h:116
+
Definition: Api.h:44
+
Video::Ptr video
Definition: Message.h:146
+
Message::Ptr pinnedMessage
Definition: Message.h:226
+
Chat::Ptr chat
Definition: Message.h:81
+ +
bool groupChatCreated
Definition: Message.h:201
+
std::vector< PhotoSize::Ptr > newChatPhoto
Definition: Message.h:191
+
std::shared_ptr< Message > Ptr
Definition: Message.h:52
+
std::vector< PhotoSize::Ptr > photo
Definition: Message.h:136
+
std::shared_ptr< Location > Ptr
Definition: Location.h:37
+
Sticker::Ptr sticker
Definition: Message.h:141
+
int64_t migrateFromChatId
Definition: Message.h:221
+
Document::Ptr document
Definition: Message.h:131
+
int32_t editDate
Definition: Message.h:111
+
Chat::Ptr forwardFromChat
Definition: Message.h:91
+
Venue::Ptr venue
Definition: Message.h:171
+
int32_t forwardFromMessageId
Definition: Message.h:96
+ +
std::string newChatTitle
Definition: Message.h:186
+
Contact::Ptr contact
Definition: Message.h:161
+
Audio::Ptr audio
Definition: Message.h:126
+
std::shared_ptr< Document > Ptr
Definition: Document.h:40
+
std::shared_ptr< Chat > Ptr
Definition: Chat.h:38
+
int32_t forwardDate
Definition: Message.h:101
+
int32_t messageId
Definition: Message.h:66
+
Message::Ptr replyToMessage
Definition: Message.h:106
+
std::shared_ptr< Voice > Ptr
Definition: Voice.h:19
+
User::Ptr from
Definition: Message.h:71
+
bool deleteChatPhoto
Definition: Message.h:196
+
Location::Ptr location
Definition: Message.h:166
+ +
std::shared_ptr< Video > Ptr
Definition: Video.h:40
+
std::shared_ptr< Contact > Ptr
Definition: Contact.h:38
+ + + + +
std::shared_ptr< Venue > Ptr
Definition: Venue.h:21
+ + +
int32_t date
Definition: Message.h:76
+
User::Ptr newChatMember
Definition: Message.h:176
+ +
Voice::Ptr voice
Definition: Message.h:151
+
std::shared_ptr< User > Ptr
Definition: User.h:38
+ +
+
+ + + + -- cgit v1.2.3