public static class TdApi.UpdateMessageInteractionInfo 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.
|
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() |
toString
public long chatId
public long messageId
@Nullable 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()
getConstructor
in class TdApi.Update