#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1758836433 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about an effect added to a message.
Definition at line 43396 of file td_api.h.
◆ messageEffect() [1/2]
| td::td_api::messageEffect::messageEffect |
( |
| ) |
|
Contains information about an effect added to a message.
◆ messageEffect() [2/2]
Contains information about an effect added to a message.
- Parameters
-
| [in] | id_ | Unique identifier of the effect. |
| [in] | static_icon_ | Static icon for the effect in WEBP format; may be null if none. |
| [in] | emoji_ | Emoji corresponding to the effect that can be used if static icon isn't available. |
| [in] | is_premium_ | True, if Telegram Premium subscription is required to use the effect. |
| [in] | type_ | Type of the effect. |
◆ store()
| void td::td_api::messageEffect::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.
◆ emoji_
| string td::td_api::messageEffect::emoji_ |
Emoji corresponding to the effect that can be used if static icon isn't available.
Definition at line 43411 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::messageEffect::ID = -1758836433 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 43434 of file td_api.h.
◆ id_
| int64 td::td_api::messageEffect::id_ |
Unique identifier of the effect.
Definition at line 43407 of file td_api.h.
◆ is_premium_
| bool td::td_api::messageEffect::is_premium_ |
True, if Telegram Premium subscription is required to use the effect.
Definition at line 43413 of file td_api.h.
◆ static_icon_
Static icon for the effect in WEBP format; may be null if none.
Definition at line 43409 of file td_api.h.
◆ type_
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