public static class TdApi.UpdateMessageContentOpened 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.
|
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() |
toString
public 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()
getConstructor
in class TdApi.Update