public static class TdApi.UpdateMessageInteractionInfo extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageInteractionInfo |
interactionInfo
New information about interactions with the message; may be null.
|
long |
messageId
Message identifier.
|
| Constructor and Description |
|---|
UpdateMessageInteractionInfo()
The information about interactions with a message has changed.
|
UpdateMessageInteractionInfo(long chatId,
long messageId,
TdApi.MessageInteractionInfo interactionInfo)
The information about interactions with a message 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.MessageInteractionInfo interactionInfo
public static final int CONSTRUCTOR
public UpdateMessageInteractionInfo()
public UpdateMessageInteractionInfo(long chatId,
long messageId,
TdApi.MessageInteractionInfo interactionInfo)
chatId - Chat identifier.messageId - Message identifier.interactionInfo - New information about interactions with the message; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object