From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/dc/d29/_inline_query_result_video_8h.html | 114 +++++++++++++++++++++ .../d29/_inline_query_result_video_8h_source.html | 112 ++++++++++++++++++++ 2 files changed, 226 insertions(+) create mode 100644 docs/dc/d29/_inline_query_result_video_8h.html create mode 100644 docs/dc/d29/_inline_query_result_video_8h_source.html (limited to 'docs/dc/d29') diff --git a/docs/dc/d29/_inline_query_result_video_8h.html b/docs/dc/d29/_inline_query_result_video_8h.html new file mode 100644 index 0000000..0a9bd38 --- /dev/null +++ b/docs/dc/d29/_inline_query_result_video_8h.html @@ -0,0 +1,114 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResultVideo.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InlineQueryResultVideo.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::InlineQueryResultVideo
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/dc/d29/_inline_query_result_video_8h_source.html b/docs/dc/d29/_inline_query_result_video_8h_source.html new file mode 100644 index 0000000..dd1f105 --- /dev/null +++ b/docs/dc/d29/_inline_query_result_video_8h_source.html @@ -0,0 +1,112 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResultVideo.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InlineQueryResultVideo.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 27/03/16.
3 //
4 
5 #ifndef TGBOT_INLINEQUERYRESULTVIDEO_H
6 #define TGBOT_INLINEQUERYRESULTVIDEO_H
7 
8 namespace TgBot {
9 
15 public:
16  static const std::string TYPE;
17 
18  typedef std::shared_ptr<InlineQueryResultVideo> Ptr;
19 
21  this->type = TYPE;
22  this->videoWidth = 0;
23  this->videoHeight = 0;
24  this->videoDuration = 0;
25  };
26 
30  std::string videoUrl;
31 
35  std::string mimeType;
36 
40  std::string thumbUrl;
41 
45  int32_t videoWidth;
46 
50  int32_t videoHeight;
51 
55  int32_t videoDuration;
56 
60  std::string description;
61 
62 };
63 }
64 
65 #endif //TGBOT_INLINEQUERYRESULTVIDEO_H
+ + +
Definition: Api.h:44
+ + +
std::shared_ptr< InlineQueryResultVideo > Ptr
+ + + + + + + +
+
+ + + + -- cgit v1.2.3