View Source ExTDLib.Object.NotificationSound (ExTDLib v0.0.4)
Describes a notification sound in MP3 format.
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the notification sound. |
| duration | number | Duration of the sound, in seconds. |
| date | number | Point in time (Unix timestamp) when the sound was created. |
| title | string | Title of the notification sound. |
| data | string | Arbitrary data, defined while the sound was uploaded. |
| sound | file | File containing the sound. |
More details on telegram's documentation.