public class TLRequestUpdatesGetChannelDifference extends TLMethod<TLAbsUpdatesChannelDifferences>
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
| Constructor and Description |
|---|
TLRequestUpdatesGetChannelDifference() |
| 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 |
getFlags() |
int |
getLimit() |
int |
getPts() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setChannel(TLAbsInputChannel channel) |
void |
setFilter(TLAbsChannelMessagesFilter filter) |
void |
setForce(boolean enabled) |
void |
setLimit(int limit) |
void |
setPts(int 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 getFlags()
public int getPts()
public void setPts(int pts)
public 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 setForce(boolean enabled)
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 © 2017. All rights reserved.