tgbot-cpp
|
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< VideoNote > | Ptr |
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... | |
This object represents a video message (available in Telegram apps as of v.4.0).
Definition at line 38 of file VideoNote.h.
typedef std::shared_ptr<VideoNote> TgBot::VideoNote::Ptr |
Definition at line 41 of file VideoNote.h.
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.