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, setChatId
deserialize, serialize, serialize
public static final int CLASS_ID
public TLChatParticipantsForbidden()
public int getClassId()
TLObject
getClassId
in class TLObject
public int getFlags()
public void setFlags(int flags)
public TLAbsChatParticipant getSelfParticipant()
public void setSelfParticipant(TLAbsChatParticipant selfParticipant)
public void serializeBody(OutputStream stream) throws IOException
TLObject
serializeBody
in class TLObject
stream
- destination streamIOException
public void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObject
deserializeBody
in class TLObject
stream
- source streamcontext
- tl contextIOException
Copyright © 2016. All rights reserved.