#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -185638601 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a notification sound in MP3 format.
Definition at line 46729 of file td_api.h.
◆ notificationSound() [1/2]
| td::td_api::notificationSound::notificationSound |
( |
| ) |
|
Describes a notification sound in MP3 format.
◆ notificationSound() [2/2]
Describes a notification sound in MP3 format.
- Parameters
-
| [in] | id_ | Unique identifier of the notification sound. |
| [in] | duration_ | Duration of the sound, in seconds. |
| [in] | date_ | Point in time (Unix timestamp) when the sound was created. |
| [in] | title_ | Title of the notification sound. |
| [in] | data_ | Arbitrary data, defined while the sound was uploaded. |
| [in] | sound_ | File containing the sound. |
◆ store()
| void td::td_api::notificationSound::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.
◆ data_
| string td::td_api::notificationSound::data_ |
Arbitrary data, defined while the sound was uploaded.
Definition at line 46748 of file td_api.h.
◆ date_
| int32 td::td_api::notificationSound::date_ |
Point in time (Unix timestamp) when the sound was created.
Definition at line 46744 of file td_api.h.
◆ duration_
| int32 td::td_api::notificationSound::duration_ |
Duration of the sound, in seconds.
Definition at line 46742 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::notificationSound::ID = -185638601 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 46770 of file td_api.h.
◆ id_
| int64 td::td_api::notificationSound::id_ |
Unique identifier of the notification sound.
Definition at line 46740 of file td_api.h.
◆ sound_
File containing the sound.
Definition at line 46750 of file td_api.h.
◆ title_
| string td::td_api::notificationSound::title_ |
Title of the notification sound.
Definition at line 46746 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