1#ifndef TGBOT_CPP_VIDEONOTE_H
2#define TGBOT_CPP_VIDEONOTE_H
20 typedef std::shared_ptr<VideoNote>
Ptr;
std::shared_ptr< PhotoSize > Ptr
This object represents a video message.
std::int32_t duration
Duration of the video in seconds as defined by sender.
std::shared_ptr< VideoNote > Ptr
PhotoSize::Ptr thumbnail
Optional. Video thumbnail.
std::string fileId
Identifier for this file, which can be used to download or reuse the file.
std::string fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots....
std::int32_t fileSize
Optional. File size.
std::int32_t length
Video width and height (diameter of the video message) as defined by sender.