public class TLChatParticipantsForbidden extends TLAbsChatParticipants
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
chatId| Constructor and Description |
|---|
TLChatParticipantsForbidden()
Instantiates a new TL chat participants forbidden.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getClassId()
Getting TL Class identification
|
int |
getFlags() |
TLAbsChatParticipant |
getSelfParticipant() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setFlags(int flags) |
void |
setSelfParticipant(TLAbsChatParticipant selfParticipant) |
String |
toString()
Custom toString method
|
getChatId, setChatIddeserialize, serialize, serializepublic static final int CLASS_ID
public TLChatParticipantsForbidden()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic int getFlags()
public void setFlags(int flags)
public TLAbsChatParticipant getSelfParticipant()
public void setSelfParticipant(TLAbsChatParticipant selfParticipant)
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.