public static class TdApi.GetMessageReadDate extends TdApi.Function<TdApi.MessageReadDate>
Returns MessageReadDate
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message.
|
| Constructor and Description |
|---|
GetMessageReadDate()
Default constructor for a function, which returns read date of a recent outgoing message in a private chat.
|
GetMessageReadDate(long chatId,
long messageId)
Creates a function, which returns read date of a recent outgoing message in a private chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public GetMessageReadDate()
Returns MessageReadDate
public GetMessageReadDate(long chatId,
long messageId)
Returns MessageReadDate
chatId - Chat identifier.messageId - Identifier of the message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object