public class TLRequestUpdatesGetChannelDifference extends TLMethod<TLAbsUpdatesChannelDifferences>
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
| Constructor and Description |
|---|
TLRequestUpdatesGetChannelDifference()
Instantiates a new TL request updates get channel difference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
TLAbsUpdatesChannelDifferences |
deserializeResponse(InputStream stream,
TLContext context) |
TLAbsInputChannel |
getChannel() |
int |
getClassId()
Getting TL Class identification
|
TLAbsChannelMessagesFilter |
getFilter() |
int |
getLimit() |
int |
getPts()
Gets pts.
|
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setChannel(TLAbsInputChannel channel) |
void |
setFilter(TLAbsChannelMessagesFilter filter) |
void |
setLimit(int limit) |
void |
setPts(int value)
Sets pts.
|
String |
toString()
Custom toString method
|
castResponse, deserializeResponsedeserialize, serialize, serializepublic static final int CLASS_ID
public TLRequestUpdatesGetChannelDifference()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic TLAbsUpdatesChannelDifferences deserializeResponse(InputStream stream, TLContext context) throws IOException
deserializeResponse in class TLMethod<TLAbsUpdatesChannelDifferences>IOExceptionpublic int getPts()
public void setPts(int value)
value - the valuepublic TLAbsInputChannel getChannel()
public void setChannel(TLAbsInputChannel channel)
public TLAbsChannelMessagesFilter getFilter()
public void setFilter(TLAbsChannelMessagesFilter filter)
public int getLimit()
public void setLimit(int limit)
public void serializeBody(OutputStream stream) throws IOException
TLObjectserializeBody in class TLObjectstream - destination streamIOExceptionpublic void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObjectdeserializeBody in class TLObjectstream - source streamcontext - tl contextIOExceptionCopyright © 2016. All rights reserved.