Interface UpdateSavedNotificationSounds

The list of saved notification sounds was updated. This update may not be sent until information about a notification sound was requested for the first time. Subtype of Update.

interface UpdateSavedNotificationSounds {
    @type: "updateSavedNotificationSounds";
    notification_sound_ids: string[];
}

Properties

@type: "updateSavedNotificationSounds"
notification_sound_ids: string[]

The new list of identifiers of saved notification sounds.