public static class TdApi.ChatEventMessageEdited extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
newMessage
The message after it was edited.
|
TdApi.Message |
oldMessage
The original message before the edit.
|
| Constructor and Description |
|---|
ChatEventMessageEdited()
A message was edited.
|
ChatEventMessageEdited(TdApi.Message oldMessage,
TdApi.Message newMessage)
A message was edited.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Message oldMessage
public TdApi.Message newMessage
public static final int CONSTRUCTOR
public ChatEventMessageEdited()
public ChatEventMessageEdited(TdApi.Message oldMessage, TdApi.Message newMessage)
oldMessage - The original message before the edit.newMessage - The message after it was edited.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object