Module tdlight.api

Class TdApi.RemoveSavedNotificationSound

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.RemoveSavedNotificationSound
Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • RemoveSavedNotificationSound

      public RemoveSavedNotificationSound()
      Removes a notification sound from the list of saved notification sounds. Returns Ok
    • RemoveSavedNotificationSound

      public RemoveSavedNotificationSound(long notificationSoundId)
      Removes a notification sound from the list of saved notification sounds. Returns Ok
      Parameters:
      notificationSoundId - long Identifier of the notification sound.
    • RemoveSavedNotificationSound

      public RemoveSavedNotificationSound(DataInput input) throws IOException
      Removes a notification sound from the list of saved notification sounds. Returns Ok
      Throws:
      IOException
  • Method Details