public class TLChannelFull extends TLAbsChatFull
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
exportedInvite, id, notifySettings, photo| Constructor and Description |
|---|
TLChannelFull() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSetUsername() |
boolean |
canViewParticipants() |
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
String |
getAbout() |
int |
getAdminCount() |
TLVector<TLBotInfo> |
getBotInfo() |
int |
getClassId()
Getting TL Class identification
|
int |
getKickedCount() |
int |
getMigratedFromChatId() |
int |
getMigratedFromMaxId() |
int |
getParticipantsCount() |
int |
getPinnedMessageId() |
int |
getReadInboxMaxId() |
int |
getReadOutboxMaxId() |
int |
getUnreadCount() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
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 String getAbout()
public int getParticipantsCount()
public int getAdminCount()
public int getKickedCount()
public int getReadInboxMaxId()
public int getReadOutboxMaxId()
public int getUnreadCount()
public int getMigratedFromChatId()
public int getMigratedFromMaxId()
public int getPinnedMessageId()
public boolean canViewParticipants()
public boolean canSetUsername()
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.