public static class TdApi.UpdateMessageContent extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier.
|
TdApi.MessageContent |
newContent
New message content.
|
| Constructor and Description |
|---|
UpdateMessageContent()
The message content has changed.
|
UpdateMessageContent(long chatId,
long messageId,
TdApi.MessageContent newContent)
The message content has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public TdApi.MessageContent newContent
public static final int CONSTRUCTOR
public UpdateMessageContent()
public UpdateMessageContent(long chatId,
long messageId,
TdApi.MessageContent newContent)
chatId - Chat identifier.messageId - Message identifier.newContent - New message content.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object