From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_inline_query_result_video_8h_source.html | 112 ------------------------- 1 file changed, 112 deletions(-) delete mode 100644 docs/_inline_query_result_video_8h_source.html (limited to 'docs/_inline_query_result_video_8h_source.html') diff --git a/docs/_inline_query_result_video_8h_source.html b/docs/_inline_query_result_video_8h_source.html deleted file mode 100644 index 8e8b72f..0000000 --- a/docs/_inline_query_result_video_8h_source.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - -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 
16 public:
17  static const std::string TYPE;
18 
19  typedef std::shared_ptr<InlineQueryResultVideo> Ptr;
20 
22  this->type = TYPE;
23  this->videoWidth = 0;
24  this->videoHeight = 0;
25  this->videoDuration = 0;
26  };
27 
31  std::string videoUrl;
32 
36  std::string mimeType;
37 
41  std::string thumbUrl;
42 
46  int32_t videoWidth;
47 
51  int32_t videoHeight;
52 
56  int32_t videoDuration;
57 
61  std::string description;
62 
63 };
64 }
65 
66 #endif //TGBOT_INLINEQUERYRESULTVIDEO_H
Represents link to a page containing an embedded video player or a video file.
- -
std::string type
Type of the result.
-
Definition: Api.h:47
- -
int32_t videoHeight
Optional. Video height.
-
std::shared_ptr< InlineQueryResultVideo > Ptr
-
int32_t videoDuration
Optional. Video duration.
-
std::string description
Optional. Short description of the result.
-
This abstract class is base of all inline query results.
-
std::string videoUrl
A valid URL for the embedded video player or video file.
-
std::string thumbUrl
URL of the thumbnail (jpeg only) for the video.
-
std::string mimeType
Mime type of the content of video url, "text/html" or "video/mp4".
-
int32_t videoWidth
Optional. Video width.
-
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/_inline_query_result_video_8h_source.html | 136 +++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 docs/_inline_query_result_video_8h_source.html (limited to 'docs/_inline_query_result_video_8h_source.html') diff --git a/docs/_inline_query_result_video_8h_source.html b/docs/_inline_query_result_video_8h_source.html new file mode 100644 index 0000000..1f58704 --- /dev/null +++ b/docs/_inline_query_result_video_8h_source.html @@ -0,0 +1,136 @@ + + + + + + +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 
16 public:
17  static const std::string TYPE;
18 
19  typedef std::shared_ptr<InlineQueryResultVideo> Ptr;
20 
22  this->type = TYPE;
23  this->videoWidth = 0;
24  this->videoHeight = 0;
25  this->videoDuration = 0;
26  };
27 
31  std::string videoUrl;
32 
36  std::string mimeType;
37 
41  std::string thumbUrl;
42 
46  int32_t videoWidth;
47 
51  int32_t videoHeight;
52 
56  int32_t videoDuration;
57 
61  std::string description;
62 
63 };
64 }
65 
66 #endif //TGBOT_INLINEQUERYRESULTVIDEO_H
Represents link to a page containing an embedded video player or a video file.
+ +
std::string type
Type of the result.
+
Definition: Api.h:49
+ +
int32_t videoHeight
Optional. Video height.
+
std::shared_ptr< InlineQueryResultVideo > Ptr
+
int32_t videoDuration
Optional. Video duration.
+
std::string description
Optional. Short description of the result.
+
This abstract class is base of all inline query results.
+
std::string videoUrl
A valid URL for the embedded video player or video file.
+
std::string thumbUrl
URL of the thumbnail (jpeg only) for the video.
+
std::string mimeType
Mime type of the content of video url, "text/html" or "video/mp4".
+
int32_t videoWidth
Optional. Video width.
+
+
+ + + + -- cgit v1.2.3