AddSavedNotificationSound constructor

AddSavedNotificationSound(
  1. {required InputFile sound,
  2. int? extra,
  3. int? clientId}
)

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

Returns NotificationSound

Implementation

AddSavedNotificationSound