GetSavedNotificationSound constructor

GetSavedNotificationSound(
  1. {required int64 notification_sound_id,
  2. int? extra,
  3. int? clientId}
)

Returns saved notification sound by its identifier. Returns a 404 error if there is no saved notification sound with the specified identifier

Returns NotificationSounds

Implementation

GetSavedNotificationSound