java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateSavedNotificationSounds
- Enclosing class:
- TdApi
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 Summary
Modifier and TypeFieldDescriptionstatic final int
long[]
The new list of identifiers of saved notification sounds. -
Constructor Summary
ConstructorDescriptionThe list of saved notifications sounds was updated.UpdateSavedNotificationSounds
(long[] notificationSoundIds) The list of saved notifications sounds was updated.The list of saved notifications sounds was updated. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
notificationSoundIds
public long[] notificationSoundIdsThe 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
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
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-