public static class TdApi.MessageReadDateRead extends TdApi.MessageReadDate
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
readDate
Point in time (Unix timestamp) when the message was read by the other user.
|
| Constructor and Description |
|---|
MessageReadDateRead()
Contains read date of the message.
|
MessageReadDateRead(int readDate)
Contains read date of the message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int readDate
public static final int CONSTRUCTOR
public MessageReadDateRead()
public MessageReadDateRead(int readDate)
readDate - Point in time (Unix timestamp) when the message was read by the other user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object