Package it.tdlight.jni
Class TdApi.GetChannelDifference
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetChannelDifference
- Enclosing class:
- TdApi
public static class TdApi.GetChannelDifference extends TdApi.Function
Execute a channel difference.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description long
channelDifferenceId
Identifier of the channel difference to execute.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description GetChannelDifference()
Execute a channel difference.GetChannelDifference(long channelDifferenceId)
Execute a channel difference.GetChannelDifference(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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
channelDifferenceId
public long channelDifferenceIdIdentifier of the channel difference to execute. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetChannelDifference
public GetChannelDifference()Execute a channel difference.Returns
Ok
-
GetChannelDifference
public GetChannelDifference(long channelDifferenceId)Execute a channel difference.Returns
Ok
- Parameters:
channelDifferenceId
- long Identifier of the channel difference to execute.
-
GetChannelDifference
- 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()
-