From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_video.html | 288 --------------------------------------- 1 file changed, 288 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_video.html (limited to 'docs/class_tg_bot_1_1_video.html') diff --git a/docs/class_tg_bot_1_1_video.html b/docs/class_tg_bot_1_1_video.html deleted file mode 100644 index 68ad020..0000000 --- a/docs/class_tg_bot_1_1_video.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Video Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Video Class Reference
-
-
- -

This object represents a video file. - More...

- -

#include <Video.h>

- - - - -

-Public Types

typedef std::shared_ptr< VideoPtr
 
- - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

std::string fileId
 Unique identifier for this file. More...
 
int32_t width
 Video width as defined by sender. More...
 
int32_t height
 Video height as defined by sender. More...
 
int32_t duration
 Duration of the video in seconds as defined by sender. More...
 
PhotoSize::Ptr thumb
 Optional. Video thumbnail. More...
 
std::string mimeType
 Optional. Mime type of a file as defined by sender. More...
 
int32_t fileSize
 Optional. File size. More...
 
-

Detailed Description

-

This object represents a video file.

- -

Definition at line 38 of file Video.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 41 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 61 of file Video.h.

- -
-
- -

◆ fileId

- -
-
- - - - -
std::string TgBot::Video::fileId
-
- -

Unique identifier for this file.

- -

Definition at line 46 of file Video.h.

- -
-
- -

◆ fileSize

- -
-
- - - - -
int32_t TgBot::Video::fileSize
-
- -

Optional. File size.

- -

Definition at line 76 of file Video.h.

- -
-
- -

◆ height

- -
-
- - - - -
int32_t TgBot::Video::height
-
- -

Video height as defined by sender.

- -

Definition at line 56 of file Video.h.

- -
-
- -

◆ mimeType

- -
-
- - - - -
std::string TgBot::Video::mimeType
-
- -

Optional. Mime type of a file as defined by sender.

- -

Definition at line 71 of file Video.h.

- -
-
- -

◆ thumb

- -
-
- - - - -
PhotoSize::Ptr TgBot::Video::thumb
-
- -

Optional. Video thumbnail.

- -

Definition at line 66 of file Video.h.

- -
-
- -

◆ width

- -
-
- - - - -
int32_t TgBot::Video::width
-
- -

Video width as defined by sender.

- -

Definition at line 51 of file Video.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3