public class TLChatParticipants extends TLAbsChatParticipants
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
chatId| Constructor and Description |
|---|
TLChatParticipants()
Instantiates a new TL chat participants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getClassId()
Getting TL Class identification
|
TLVector<TLAbsChatParticipant> |
getParticipants()
Gets participants.
|
int |
getVersion()
Gets version.
|
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setParticipants(TLVector<TLAbsChatParticipant> participants)
Sets participants.
|
void |
setVersion(int version)
Sets version.
|
String |
toString()
Custom toString method
|
getChatId, setChatIddeserialize, serialize, serializepublic static final int CLASS_ID
public TLChatParticipants()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic TLVector<TLAbsChatParticipant> getParticipants()
public void setParticipants(TLVector<TLAbsChatParticipant> participants)
participants - the participantspublic int getVersion()
public void setVersion(int version)
version - the versionpublic 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.