java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNotification
- Enclosing class:
- TdApi
A notification was changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Changed notification.int
Unique notification group identifier. -
Constructor Summary
ConstructorDescriptionA notification was changed.UpdateNotification
(int notificationGroupId, TdApi.Notification notification) A notification was changed.UpdateNotification
(DataInput input) A notification was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
notificationGroupId
public int notificationGroupIdUnique notification group identifier. -
notification
Changed notification. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateNotification
public UpdateNotification()A notification was changed. -
UpdateNotification
A notification was changed.- Parameters:
notificationGroupId
- int Unique notification group identifier.notification
- Notification Changed notification.
-
UpdateNotification
A notification was changed.- 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()
-