Package org.drinkless.tdlib
Class TdApi.UpdateMessageEdited
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageEdited
- Enclosing class:
- TdApi
A message was edited. Changes in the message content will come in a separate updateMessageContent.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the message was edited.longMessage identifier.New message reply markup; may be null. -
Constructor Summary
ConstructorsConstructorDescriptionA message was edited.UpdateMessageEdited(long chatId, long messageId, int editDate, TdApi.ReplyMarkup replyMarkup) A message was edited. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
editDate
public int editDatePoint in time (Unix timestamp) when the message was edited. -
replyMarkup
New message reply markup; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageEdited
public UpdateMessageEdited()A message was edited. Changes in the message content will come in a separate updateMessageContent. -
UpdateMessageEdited
public UpdateMessageEdited(long chatId, long messageId, int editDate, TdApi.ReplyMarkup replyMarkup) A message was edited. Changes in the message content will come in a separate updateMessageContent.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-