Interface GetSavedNotificationSound

Returns saved notification sound by its identifier. Returns a 404 error if there is no saved notification sound with the specified identifier. Request type for Tdjson#getSavedNotificationSound.

interface GetSavedNotificationSound {
    @type: "getSavedNotificationSound";
    notification_sound_id: string;
}

Properties

@type: "getSavedNotificationSound"
notification_sound_id: string

Identifier of the notification sound.