Interface RemoveSavedNotificationSound

Removes a notification sound from the list of saved notification sounds. Request type for Tdjson#removeSavedNotificationSound.

interface RemoveSavedNotificationSound {
    @type: "removeSavedNotificationSound";
    notification_sound_id: string;
}

Properties

@type: "removeSavedNotificationSound"
notification_sound_id: string

Identifier of the notification sound.