public class TLChatFull extends TLAbsChatFull
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
exportedInvite, id, notifySettings, photo| Constructor and Description |
|---|
TLChatFull()
Instantiates a new TL chat full.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getClassId()
Getting TL Class identification
|
TLAbsChatParticipants |
getParticipants()
Gets participants.
|
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setParticipants(TLAbsChatParticipants value)
Sets participants.
|
String |
toString()
Custom toString method
|
getExportedInvite, getId, getNotifySettings, getPhoto, setExportedInvite, setId, setNotifySettings, setPhotodeserialize, serialize, serializepublic static final int CLASS_ID
public int getClassId()
TLObjectgetClassId in class TLObjectpublic TLAbsChatParticipants getParticipants()
public void setParticipants(TLAbsChatParticipants 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 © 2017. All rights reserved.