Class TdApi.RemoveSavedNotificationSound

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.RemoveSavedNotificationSound
Enclosing class:
TdApi

public static class TdApi.RemoveSavedNotificationSound extends TdApi.Function<TdApi.Ok>
Removes a notification sound from the list of saved notification sounds.

Returns Ok

  • Field Details

    • notificationSoundId

      public long notificationSoundId
      Identifier of the notification sound.
    • CONSTRUCTOR

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

    • RemoveSavedNotificationSound

      public RemoveSavedNotificationSound()
      Default constructor for a function, which removes a notification sound from the list of saved notification sounds.

      Returns Ok

    • RemoveSavedNotificationSound

      public RemoveSavedNotificationSound(long notificationSoundId)
      Creates a function, which removes a notification sound from the list of saved notification sounds.

      Returns Ok

      Parameters:
      notificationSoundId - Identifier of the notification sound.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR