public static class TdApi.UpdateMessageEdited extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public long chatId
public long messageId
public int editDate
@Nullable 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()
getConstructor
in class TdApi.Update