Package it.tdlight.jni
Class TdApi.UpdateNewChannelDifferencePart
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNewChannelDifferencePart
- Enclosing class:
- TdApi
public static class TdApi.UpdateNewChannelDifferencePart extends TdApi.Update
A new channel difference part was received.
-
Field Summary
Fields Modifier and Type Field Description long
channelDifferenceId
The channel difference id.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description UpdateNewChannelDifferencePart()
A new channel difference part was received.UpdateNewChannelDifferencePart(long channelDifferenceId)
A new channel difference part was received.UpdateNewChannelDifferencePart(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
-
channelDifferenceId
public long channelDifferenceIdThe channel difference id. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateNewChannelDifferencePart
public UpdateNewChannelDifferencePart()A new channel difference part was received. -
UpdateNewChannelDifferencePart
public UpdateNewChannelDifferencePart(long channelDifferenceId)A new channel difference part was received.- Parameters:
channelDifferenceId
- long The channel difference id.
-
UpdateNewChannelDifferencePart
- 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()
-