public static class TdApi.UpdateMessageEdited extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
editDate
Point in time (Unix timestamp) when the message was edited.
|
long |
messageId
Message identifier.
|
TdApi.ReplyMarkup |
replyMarkup
New message reply markup; may be null.
|
| Constructor and Description |
|---|
UpdateMessageEdited()
A message was edited.
|
UpdateMessageEdited(long chatId,
long messageId,
int editDate,
TdApi.ReplyMarkup replyMarkup)
A message was edited.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public int editDate
public TdApi.ReplyMarkup replyMarkup
public static final int CONSTRUCTOR
public UpdateMessageEdited()
public UpdateMessageEdited(long chatId,
long messageId,
int editDate,
TdApi.ReplyMarkup replyMarkup)
chatId - Chat identifier.messageId - Message identifier.editDate - Point in time (Unix timestamp) when the message was edited.replyMarkup - New message reply markup; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object