public class TLUserFull extends TLObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
| Constructor and Description |
|---|
TLUserFull()
Instantiates a new TL user full.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
String |
getAbout() |
TLBotInfo |
getBotInfo() |
int |
getClassId()
Getting TL Class identification
|
TLContactsLink |
getLink()
Gets link.
|
TLAbsPeerNotifySettings |
getNotifySettings()
Gets notify settings.
|
TLAbsPhoto |
getProfilePhoto()
Gets profile photo.
|
TLAbsUser |
getUser()
Gets user.
|
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setAbout(String about) |
void |
setBotInfo(TLBotInfo botInfo) |
void |
setLink(TLContactsLink value)
Sets link.
|
void |
setNotifySettings(TLAbsPeerNotifySettings value)
Sets notify settings.
|
void |
setProfilePhoto(TLAbsPhoto value)
Sets profile photo.
|
void |
setUser(TLAbsUser value)
Sets user.
|
String |
toString()
Custom toString method
|
deserialize, serialize, serializepublic static final int CLASS_ID
public int getClassId()
TLObjectgetClassId in class TLObjectpublic TLAbsUser getUser()
public void setUser(TLAbsUser value)
value - the valuepublic TLContactsLink getLink()
public void setLink(TLContactsLink value)
value - the valuepublic TLAbsPhoto getProfilePhoto()
public void setProfilePhoto(TLAbsPhoto value)
value - the valuepublic TLAbsPeerNotifySettings getNotifySettings()
public void setNotifySettings(TLAbsPeerNotifySettings value)
value - the valuepublic String getAbout()
public void setAbout(String about)
public TLBotInfo getBotInfo()
public void setBotInfo(TLBotInfo botInfo)
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 © 2016. All rights reserved.