Inherits InputMessageContent.
|
static const std::int32_t | ID = -714598691 |
| Identifier uniquely determining a type of the object.
|
|
◆ inputMessageVideoNote() [1/2]
◆ inputMessageVideoNote() [2/2]
A video note message.
- Parameters
-
[in] | video_note_ | Video note to be sent. The video is expected to be encoded to MPEG4 format with H.264 codec and have no data outside of the visible circle. |
[in] | thumbnail_ | Video thumbnail; may be null if empty; pass null to skip thumbnail uploading. |
[in] | duration_ | Duration of the video, in seconds; 0-60. |
[in] | length_ | Video width and height; must be positive and not greater than 640. |
[in] | self_destruct_type_ | Video note self-destruct type; may be null if none; pass null if none; private chats only. |
◆ 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: