public class TLMessagesChatFull extends TLObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
| Constructor and Description |
|---|
TLMessagesChatFull()
Instantiates a new TL messages chat full.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
TLVector<TLAbsChat> |
getChats()
Gets chats.
|
int |
getClassId()
Getting TL Class identification
|
TLAbsChatFull |
getFullChat()
Gets full chat.
|
TLVector<TLAbsUser> |
getUsers()
Gets users.
|
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setChats(TLVector<TLAbsChat> value)
Sets chats.
|
void |
setFullChat(TLAbsChatFull value)
Sets full chat.
|
void |
setUsers(TLVector<TLAbsUser> value)
Sets users.
|
String |
toString()
Custom toString method
|
deserialize, serialize, serializepublic static final int CLASS_ID
public TLMessagesChatFull()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic TLAbsChatFull getFullChat()
public void setFullChat(TLAbsChatFull value)
value - the valuepublic 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.