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_note.html | 246 ---------------------------------- 1 file changed, 246 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_video_note.html (limited to 'docs/class_tg_bot_1_1_video_note.html') diff --git a/docs/class_tg_bot_1_1_video_note.html b/docs/class_tg_bot_1_1_video_note.html deleted file mode 100644 index bc630c6..0000000 --- a/docs/class_tg_bot_1_1_video_note.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::VideoNote Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::VideoNote Class Reference
-
-
- -

This object represents a video message (available in Telegram apps as of v.4.0). - More...

- -

#include <VideoNote.h>

- - - - -

-Public Types

typedef std::shared_ptr< VideoNotePtr
 
- - - - - - - - - - - - - - - - -

-Public Attributes

std::string fileId
 Unique identifier for this file. More...
 
int32_t length
 Video width and 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...
 
int32_t fileSize
 Optional. File size. More...
 
-

Detailed Description

-

This object represents a video message (available in Telegram apps as of v.4.0).

- -

Definition at line 38 of file VideoNote.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 41 of file VideoNote.h.

- -
-
-

Member Data Documentation

- -

◆ duration

- -
-
- - - - -
int32_t TgBot::VideoNote::duration
-
- -

Duration of the video in seconds as defined by sender.

- -

Definition at line 56 of file VideoNote.h.

- -
-
- -

◆ fileId

- -
-
- - - - -
std::string TgBot::VideoNote::fileId
-
- -

Unique identifier for this file.

- -

Definition at line 46 of file VideoNote.h.

- -
-
- -

◆ fileSize

- -
-
- - - - -
int32_t TgBot::VideoNote::fileSize
-
- -

Optional. File size.

- -

Definition at line 66 of file VideoNote.h.

- -
-
- -

◆ length

- -
-
- - - - -
int32_t TgBot::VideoNote::length
-
- -

Video width and height as defined by sender.

- -

Definition at line 51 of file VideoNote.h.

- -
-
- -

◆ thumb

- -
-
- - - - -
PhotoSize::Ptr TgBot::VideoNote::thumb
-
- -

Optional. Video thumbnail.

- -

Definition at line 61 of file VideoNote.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- 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/class_tg_bot_1_1_video_note.html | 261 ++++++++++++++++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 docs/class_tg_bot_1_1_video_note.html (limited to 'docs/class_tg_bot_1_1_video_note.html') diff --git a/docs/class_tg_bot_1_1_video_note.html b/docs/class_tg_bot_1_1_video_note.html new file mode 100644 index 0000000..daf453d --- /dev/null +++ b/docs/class_tg_bot_1_1_video_note.html @@ -0,0 +1,261 @@ + + + + + + +tgbot-cpp: TgBot::VideoNote Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::VideoNote Class Reference
+
+
+ +

This object represents a video message (available in Telegram apps as of v.4.0). + More...

+ +

#include <VideoNote.h>

+ + + + +

+Public Types

typedef std::shared_ptr< VideoNotePtr
 
+ + + + + + + + + + + + + + + + +

+Public Attributes

std::string fileId
 Unique identifier for this file. More...
 
int32_t length
 Video width and 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...
 
int32_t fileSize
 Optional. File size. More...
 
+

Detailed Description

+

This object represents a video message (available in Telegram apps as of v.4.0).

+ +

Definition at line 38 of file VideoNote.h.

+

Member Typedef Documentation

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

Definition at line 41 of file VideoNote.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int32_t TgBot::VideoNote::duration
+
+ +

Duration of the video in seconds as defined by sender.

+ +

Definition at line 56 of file VideoNote.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::VideoNote::fileId
+
+ +

Unique identifier for this file.

+ +

Definition at line 46 of file VideoNote.h.

+ +
+
+ +
+
+ + + + +
int32_t TgBot::VideoNote::fileSize
+
+ +

Optional. File size.

+ +

Definition at line 66 of file VideoNote.h.

+ +
+
+ +
+
+ + + + +
int32_t TgBot::VideoNote::length
+
+ +

Video width and height as defined by sender.

+ +

Definition at line 51 of file VideoNote.h.

+ +
+
+ +
+
+ + + + +
PhotoSize::Ptr TgBot::VideoNote::thumb
+
+ +

Optional. Video thumbnail.

+ +

Definition at line 61 of file VideoNote.h.

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