View Source ExTDLib.Method.AddSavedNotificationSound (ExTDLib v0.0.4)
Adds a new notification sound to the list of saved notification sounds. The new notification sound is added to the top of the list. If it is already in the list, its position isn't changed. Returns object_ptr<NotificationSound>.
| Name | Type | Description |
|---|---|---|
| sound | InputFile | Notification sound file to add. |
More details on telegram's documentation.