public static class TdApi.UpdateMessageContentOpened 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.
|
| Constructor and Description |
|---|
UpdateMessageContentOpened()
The message content was opened.
|
UpdateMessageContentOpened(long chatId,
long messageId)
The message content was opened.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public UpdateMessageContentOpened()
public UpdateMessageContentOpened(long chatId,
long messageId)
chatId - Chat identifier.messageId - Message identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object