From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d8/ddf/class_tg_bot_1_1_video.html | 271 ++++++++++++++++++++++++++++++++ docs/d8/ddf/class_tg_bot_1_1_video.js | 11 ++ 2 files changed, 282 insertions(+) create mode 100644 docs/d8/ddf/class_tg_bot_1_1_video.html create mode 100644 docs/d8/ddf/class_tg_bot_1_1_video.js (limited to 'docs/d8/ddf') diff --git a/docs/d8/ddf/class_tg_bot_1_1_video.html b/docs/d8/ddf/class_tg_bot_1_1_video.html new file mode 100644 index 0000000..2578d9f --- /dev/null +++ b/docs/d8/ddf/class_tg_bot_1_1_video.html @@ -0,0 +1,271 @@ + + + + + + + +tgbot-cpp: TgBot::Video Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Video Class Reference
+
+
+ +

#include <Video.h>

+ + + + +

+Public Types

typedef std::shared_ptr< VideoPtr
 
+ + + + + + + + + + + + + + + +

+Public Attributes

std::string fileId
 
int32_t width
 
int32_t height
 
int32_t duration
 
PhotoSize::Ptr thumb
 
std::string mimeType
 
int32_t fileSize
 
+

Detailed Description

+

This object represents a video file.

+ +

Definition at line 37 of file Video.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 40 of file Video.h.

+ +
+
+

Member Data Documentation

+ +

◆ duration

+ +
+
+ + + + +
int32_t TgBot::Video::duration
+
+

Duration of the video in seconds as defined by sender.

+ +

Definition at line 60 of file Video.h.

+ +
+
+ +

◆ fileId

+ +
+
+ + + + +
std::string TgBot::Video::fileId
+
+

Unique identifier for this file.

+ +

Definition at line 45 of file Video.h.

+ +
+
+ +

◆ fileSize

+ +
+
+ + + + +
int32_t TgBot::Video::fileSize
+
+

Optional. File size.

+ +

Definition at line 75 of file Video.h.

+ +
+
+ +

◆ height

+ +
+
+ + + + +
int32_t TgBot::Video::height
+
+

Video height as defined by sender.

+ +

Definition at line 55 of file Video.h.

+ +
+
+ +

◆ mimeType

+ +
+
+ + + + +
std::string TgBot::Video::mimeType
+
+

Optional. Mime type of a file as defined by sender

+ +

Definition at line 70 of file Video.h.

+ +
+
+ +

◆ thumb

+ +
+
+ + + + +
PhotoSize::Ptr TgBot::Video::thumb
+
+

Optional. Video thumbnail.

+ +

Definition at line 65 of file Video.h.

+ +
+
+ +

◆ width

+ +
+
+ + + + +
int32_t TgBot::Video::width
+
+

Video width as defined by sender.

+ +

Definition at line 50 of file Video.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d8/ddf/class_tg_bot_1_1_video.js b/docs/d8/ddf/class_tg_bot_1_1_video.js new file mode 100644 index 0000000..07942b2 --- /dev/null +++ b/docs/d8/ddf/class_tg_bot_1_1_video.js @@ -0,0 +1,11 @@ +var class_tg_bot_1_1_video = +[ + [ "Ptr", "d8/ddf/class_tg_bot_1_1_video.html#a0005786d327b3e363cb13c18e9ee0593", null ], + [ "duration", "d8/ddf/class_tg_bot_1_1_video.html#a93c71de6b8a012b185618a896c4c5e5a", null ], + [ "fileId", "d8/ddf/class_tg_bot_1_1_video.html#a588d9dab172e6828c1aea49c169bb289", null ], + [ "fileSize", "d8/ddf/class_tg_bot_1_1_video.html#aebbdeaf632d9438f050797bd84ab6c8f", null ], + [ "height", "d8/ddf/class_tg_bot_1_1_video.html#a0aea87cd20a804a8e8410858b6d40968", null ], + [ "mimeType", "d8/ddf/class_tg_bot_1_1_video.html#a4162b4cc66825ce32fea222399ef3356", null ], + [ "thumb", "d8/ddf/class_tg_bot_1_1_video.html#ab71e1325c685af9e67ddf0af418a77a7", null ], + [ "width", "d8/ddf/class_tg_bot_1_1_video.html#a65ea94712e107b2e36109f5ec88b0a35", null ] +]; \ No newline at end of file -- cgit v1.2.3