public class TLUpdatesChannelDifferencesTooLong extends TLAbsUpdatesChannelDifferences
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
flags, pts, timeout| Constructor and Description |
|---|
TLUpdatesChannelDifferencesTooLong()
Instantiates a new TL updates channel differences too long.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
TLVector<TLAbsChat> |
getChats() |
int |
getClassId()
Getting TL Class identification
|
TLVector<TLAbsMessage> |
getMessages() |
int |
getReadInboxMaxId() |
int |
getReadOutboxMaxId() |
int |
getTopMessage() |
int |
getUnreadCount() |
TLVector<TLAbsUser> |
getUsers() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
String |
toString()
Custom toString method
|
getFlags, getPts, getTimeout, setFlags, setPts, setTimeoutdeserialize, serialize, serializepublic static final int CLASS_ID
public TLUpdatesChannelDifferencesTooLong()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic int getTopMessage()
public int getReadInboxMaxId()
public int getReadOutboxMaxId()
public int getUnreadCount()
public TLVector<TLAbsMessage> getMessages()
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.