Class TdApi.GetSavedNotificationSounds

Enclosing class:
TdApi

public static class TdApi.GetSavedNotificationSounds extends TdApi.Function<TdApi.NotificationSounds>
Returns the list of saved notification sounds. If a sound isn't in the list, then default sound needs to be used.

Returns NotificationSounds

  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetSavedNotificationSounds

      public GetSavedNotificationSounds()
      Default constructor for a function, which returns the list of saved notification sounds. If a sound isn't in the list, then default sound needs to be used.

      Returns NotificationSounds

  • Method Details