#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -210404059 |
| | Identifier uniquely determining a type of the object.
|
| |
An animation message (GIF-style).
Definition at line 29025 of file td_api.h.
◆ inputMessageAnimation() [1/2]
| td::td_api::inputMessageAnimation::inputMessageAnimation |
( |
| ) |
|
An animation message (GIF-style).
◆ inputMessageAnimation() [2/2]
An animation message (GIF-style).
- Parameters
-
| [in] | animation_ | Animation file to be sent. |
| [in] | thumbnail_ | Animation thumbnail; pass null to skip thumbnail uploading. |
| [in] | added_sticker_file_ids_ | File identifiers of the stickers added to the animation, if applicable. |
| [in] | duration_ | Duration of the animation, in seconds. |
| [in] | width_ | Width of the animation; may be replaced by the server. |
| [in] | height_ | Height of the animation; may be replaced by the server. |
| [in] | caption_ | Animation caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters. |
| [in] | show_caption_above_media_ | True, if the caption must be shown above the animation; otherwise, the caption must be shown below the animation; not supported in secret chats. |
| [in] | has_spoiler_ | True, if the animation preview must be covered by a spoiler animation; not supported in secret chats. |
◆ store()
| void td::td_api::inputMessageAnimation::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.
◆ added_sticker_file_ids_
| array<int32> td::td_api::inputMessageAnimation::added_sticker_file_ids_ |
File identifiers of the stickers added to the animation, if applicable.
Definition at line 29040 of file td_api.h.
◆ animation_
Animation file to be sent.
Definition at line 29036 of file td_api.h.
◆ caption_
Animation caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.
Definition at line 29048 of file td_api.h.
◆ duration_
| int32 td::td_api::inputMessageAnimation::duration_ |
Duration of the animation, in seconds.
Definition at line 29042 of file td_api.h.
◆ has_spoiler_
| bool td::td_api::inputMessageAnimation::has_spoiler_ |
True, if the animation preview must be covered by a spoiler animation; not supported in secret chats.
Definition at line 29052 of file td_api.h.
◆ height_
| int32 td::td_api::inputMessageAnimation::height_ |
Height of the animation; may be replaced by the server.
Definition at line 29046 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::inputMessageAnimation::ID = -210404059 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 29075 of file td_api.h.
◆ show_caption_above_media_
| bool td::td_api::inputMessageAnimation::show_caption_above_media_ |
True, if the caption must be shown above the animation; otherwise, the caption must be shown below the animation; not supported in secret chats.
Definition at line 29050 of file td_api.h.
◆ thumbnail_
Animation thumbnail; pass null to skip thumbnail uploading.
Definition at line 29038 of file td_api.h.
◆ width_
| int32 td::td_api::inputMessageAnimation::width_ |
Width of the animation; may be replaced by the server.
Definition at line 29044 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