Inherits td::td_api::Object.
|
| | video () |
| |
| | video (int32 duration_, int32 width_, int32 height_, string const &file_name_, string const &mime_type_, bool has_stickers_, bool supports_streaming_, object_ptr< minithumbnail > &&minithumbnail_, object_ptr< thumbnail > &&thumbnail_, object_ptr< file > &&video_) |
| |
| std::int32_t | get_id () const final |
| |
| void | store (TlStorerToString &s, const char *field_name) const final |
| |
| virtual void | store (TlStorerUnsafe &s) const |
| |
| virtual void | store (TlStorerCalcLength &s) const |
| |
| | TlObject ()=default |
| |
| | TlObject (const TlObject &)=delete |
| |
| TlObject & | operator= (const TlObject &)=delete |
| |
| | TlObject (TlObject &&)=default |
| |
| TlObject & | operator= (TlObject &&)=default |
| |
| virtual | ~TlObject ()=default |
| |
|
|
int32 | duration_ |
| | Duration of the video, in seconds; as defined by the sender.
|
| |
|
int32 | width_ |
| | Video width; as defined by the sender.
|
| |
|
int32 | height_ |
| | Video height; as defined by the sender.
|
| |
|
string | file_name_ |
| | Original name of the file; as defined by the sender.
|
| |
|
string | mime_type_ |
| | MIME type of the file; as defined by the sender.
|
| |
|
bool | has_stickers_ |
| | True, if stickers were added to the video. The list of corresponding sticker sets can be received using getAttachedStickerSets.
|
| |
|
bool | supports_streaming_ |
| | True, if the video is supposed to be streamed.
|
| |
|
object_ptr< minithumbnail > | minithumbnail_ |
| | Video minithumbnail; may be null.
|
| |
|
object_ptr< thumbnail > | thumbnail_ |
| | Video thumbnail in JPEG or MPEG4 format; as defined by the sender; may be null.
|
| |
|
object_ptr< file > | video_ |
| | File containing the video.
|
| |
|
|
static const std::int32_t | ID = 832856268 |
| | Identifier uniquely determining a type of the object.
|
| |
◆ video() [1/2]
| td::td_api::video::video |
( |
| ) |
|
◆ video() [2/2]
Describes a video file.
- Parameters
-
| [in] | duration_ | Duration of the video, in seconds; as defined by the sender. |
| [in] | width_ | Video width; as defined by the sender. |
| [in] | height_ | Video height; as defined by the sender. |
| [in] | file_name_ | Original name of the file; as defined by the sender. |
| [in] | mime_type_ | MIME type of the file; as defined by the sender. |
| [in] | has_stickers_ | True, if stickers were added to the video. The list of corresponding sticker sets can be received using getAttachedStickerSets. |
| [in] | supports_streaming_ | True, if the video is supposed to be streamed. |
| [in] | minithumbnail_ | Video minithumbnail; may be null. |
| [in] | thumbnail_ | Video thumbnail in JPEG or MPEG4 format; as defined by the sender; may be null. |
| [in] | video_ | File containing the video. |
◆ get_id()
| std::int32_t td::td_api::video::get_id |
( |
| ) |
const |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
- Returns
- this->ID.
Implements td::TlObject.
◆ store()
| void td::td_api::video::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
The documentation for this class was generated from the following file: