#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -714598691 |
| | Identifier uniquely determining a type of the object.
|
| |
A video note message.
Definition at line 29433 of file td_api.h.
◆ inputMessageVideoNote() [1/2]
| td::td_api::inputMessageVideoNote::inputMessageVideoNote |
( |
| ) |
|
◆ 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 td::td_api::inputMessageVideoNote::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.
◆ duration_
| int32 td::td_api::inputMessageVideoNote::duration_ |
Duration of the video, in seconds; 0-60.
Definition at line 29448 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::inputMessageVideoNote::ID = -714598691 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 29471 of file td_api.h.
◆ length_
| int32 td::td_api::inputMessageVideoNote::length_ |
Video width and height; must be positive and not greater than 640.
Definition at line 29450 of file td_api.h.
◆ self_destruct_type_
Video note self-destruct type; may be null if none; pass null if none; private chats only.
Definition at line 29452 of file td_api.h.
◆ thumbnail_
Video thumbnail; may be null if empty; pass null to skip thumbnail uploading.
Definition at line 29446 of file td_api.h.
◆ 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.
Definition at line 29444 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h