public abstract class TLAbsChatFull extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected TLAbsChatInvite |
exportedInvite |
protected int |
id |
protected TLAbsPeerNotifySettings |
notifySettings |
protected TLAbsPhoto |
photo |
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsChatFull() |
| Modifier and Type | Method and Description |
|---|---|
TLAbsChatInvite |
getExportedInvite() |
int |
getId() |
TLAbsPeerNotifySettings |
getNotifySettings() |
TLAbsPhoto |
getPhoto() |
void |
setExportedInvite(TLAbsChatInvite exportedInvite) |
void |
setId(int id) |
void |
setNotifySettings(TLAbsPeerNotifySettings notifySettings) |
void |
setPhoto(TLAbsPhoto photo) |
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected int id
protected TLAbsPhoto photo
protected TLAbsPeerNotifySettings notifySettings
protected TLAbsChatInvite exportedInvite
public int getId()
public void setId(int id)
public TLAbsPhoto getPhoto()
public void setPhoto(TLAbsPhoto photo)
public TLAbsPeerNotifySettings getNotifySettings()
public void setNotifySettings(TLAbsPeerNotifySettings notifySettings)
public TLAbsChatInvite getExportedInvite()
public void setExportedInvite(TLAbsChatInvite exportedInvite)
Copyright © 2017. All rights reserved.