Inherits 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_) |
|
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 |
|
|
static const std::int32_t | ID = 832856268 |
| Identifier uniquely determining a type of the object.
|
|
◆ video() [1/2]
◆ 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 expected 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. |
◆ store()
void 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 TlObject.
The documentation for this class was generated from the following file: