Module tdlight.api

Class TdApi.UpdateSavedNotificationSounds

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateSavedNotificationSounds
Enclosing class:
TdApi

public static final class TdApi.UpdateSavedNotificationSounds extends TdApi.Update
The list of saved notifications sounds was updated. This update may not be sent until information about a notification sound was requested for the first time.
  • Field Details

    • notificationSoundIds

      public long[] notificationSoundIds
      The new list of identifiers of saved notification sounds.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateSavedNotificationSounds

      public UpdateSavedNotificationSounds()
      The list of saved notifications sounds was updated. This update may not be sent until information about a notification sound was requested for the first time.
    • UpdateSavedNotificationSounds

      public UpdateSavedNotificationSounds(long[] notificationSoundIds)
      The list of saved notifications sounds was updated. This update may not be sent until information about a notification sound was requested for the first time.
      Parameters:
      notificationSoundIds - long[] The new list of identifiers of saved notification sounds.
    • UpdateSavedNotificationSounds

      public UpdateSavedNotificationSounds(DataInput input) throws IOException
      The list of saved notifications sounds was updated. This update may not be sent until information about a notification sound was requested for the first time.
      Throws:
      IOException
  • Method Details