Interface AddSavedNotificationSound

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. Request type for Tdjson#addSavedNotificationSound.

interface AddSavedNotificationSound {
    @type: "addSavedNotificationSound";
    sound: InputFile;
}

Properties

Properties

@type: "addSavedNotificationSound"
sound: InputFile

Notification sound file to add.