#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1765815118 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a boost applied to a chat.
Definition at line 9933 of file td_api.h.
◆ chatBoost() [1/2]
| td::td_api::chatBoost::chatBoost |
( |
| ) |
|
Describes a boost applied to a chat.
◆ chatBoost() [2/2]
Describes a boost applied to a chat.
- Parameters
-
| [in] | id_ | Unique identifier of the boost. |
| [in] | count_ | The number of identical boosts applied. |
| [in] | source_ | Source of the boost. |
| [in] | start_date_ | Point in time (Unix timestamp) when the chat was boosted. |
| [in] | expiration_date_ | Point in time (Unix timestamp) when the boost will expire. |
◆ store()
| void td::td_api::chatBoost::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.
◆ count_
| int32 td::td_api::chatBoost::count_ |
The number of identical boosts applied.
Definition at line 9946 of file td_api.h.
◆ expiration_date_
| int32 td::td_api::chatBoost::expiration_date_ |
Point in time (Unix timestamp) when the boost will expire.
Definition at line 9952 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::chatBoost::ID = -1765815118 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 9971 of file td_api.h.
◆ id_
| string td::td_api::chatBoost::id_ |
Unique identifier of the boost.
Definition at line 9944 of file td_api.h.
◆ source_
Source of the boost.
Definition at line 9948 of file td_api.h.
◆ start_date_
| int32 td::td_api::chatBoost::start_date_ |
Point in time (Unix timestamp) when the chat was boosted.
Definition at line 9950 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