Package it.tdlight.jni
Class TdApi.UpdateNotification
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNotification
- Enclosing class:
- TdApi
public static class TdApi.UpdateNotification extends TdApi.Update
A notification was changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Notification
notification
Changed notification.int
notificationGroupId
Unique notification group identifier. -
Constructor Summary
Constructors Constructor Description UpdateNotification()
A notification was changed.UpdateNotification(int notificationGroupId, TdApi.Notification notification)
A notification was changed.UpdateNotification(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-