public abstract class TLAbsEncryptedMessage extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected TLBytes |
bytes
The Bytes.
|
protected int |
chatId
The Chat id.
|
protected int |
date
The Date.
|
protected TLAbsEncryptedFile |
file
The File.
|
protected long |
randomId
The Random id.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsEncryptedMessage()
Instantiates a new TL abs encrypted message.
|
| Modifier and Type | Method and Description |
|---|---|
TLBytes |
getBytes()
Gets bytes.
|
int |
getChatId()
Gets chat id.
|
int |
getDate()
Gets date.
|
TLAbsEncryptedFile |
getFile()
Gets file.
|
long |
getRandomId()
Gets random id.
|
void |
setBytes(TLBytes value)
Sets bytes.
|
void |
setChatId(int value)
Sets chat id.
|
void |
setDate(int value)
Sets date.
|
void |
setFile(TLAbsEncryptedFile file)
Sets file.
|
void |
setRandomId(long value)
Sets random id.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected long randomId
protected int chatId
protected int date
protected TLBytes bytes
protected TLAbsEncryptedFile file
protected TLAbsEncryptedMessage()
public long getRandomId()
public void setRandomId(long value)
value - the valuepublic int getChatId()
public void setChatId(int value)
value - the valuepublic int getDate()
public void setDate(int value)
value - the valuepublic TLBytes getBytes()
public void setBytes(TLBytes value)
value - the valuepublic TLAbsEncryptedFile getFile()
public void setFile(TLAbsEncryptedFile file)
file - the fileCopyright © 2016. All rights reserved.