Module tdlight.api

Class TdApi.NotificationSounds

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.NotificationSounds
Enclosing class:
TdApi

public static final class TdApi.NotificationSounds extends TdApi.Object
Contains a list of notification sounds.
  • Field Details

  • Constructor Details

    • NotificationSounds

      public NotificationSounds()
      Contains a list of notification sounds.
    • NotificationSounds

      public NotificationSounds(TdApi.NotificationSound[] notificationSounds)
      Contains a list of notification sounds.
      Parameters:
      notificationSounds - NotificationSound[] A list of notification sounds.
    • NotificationSounds

      public NotificationSounds(DataInput input) throws IOException
      Contains a list of notification sounds.
      Throws:
      IOException
  • Method Details