java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.NotificationSound
- Enclosing class:
- TdApi
Describes a notification sound in MP3 format.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Arbitrary data, defined while the sound was uploaded.int
Point in time (Unix timestamp) when the sound was created.int
Duration of the sound, in seconds.long
Unique identifier of the notification sound.File containing the sound.Title of the notification sound. -
Constructor Summary
ConstructorDescriptionDescribes a notification sound in MP3 format.NotificationSound
(long id, int duration, int date, String title, String data, TdApi.File sound) Describes a notification sound in MP3 format.NotificationSound
(DataInput input) Describes a notification sound in MP3 format. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public long idUnique identifier of the notification sound. -
duration
public int durationDuration of the sound, in seconds. -
date
public int datePoint in time (Unix timestamp) when the sound was created. -
title
Title of the notification sound. -
data
Arbitrary data, defined while the sound was uploaded. -
sound
File containing the sound. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
NotificationSound
public NotificationSound()Describes a notification sound in MP3 format. -
NotificationSound
public NotificationSound(long id, int duration, int date, String title, String data, TdApi.File sound) Describes a notification sound in MP3 format.- Parameters:
id
- long Unique identifier of the notification sound.duration
- int Duration of the sound, in seconds.date
- int Point in time (Unix timestamp) when the sound was created.title
- String Title of the notification sound.data
- String Arbitrary data, defined while the sound was uploaded.sound
- File File containing the sound.
-
NotificationSound
Describes a notification sound in MP3 format.- 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()
-