Package org.drinkless.tdlib
Class TdApi.UpdateMessageInteractionInfo
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateMessageInteractionInfo
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateMessageInteractionInfo extends TdApi.Update
The information about interactions with a message has changed.
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessageInteractionInfointeractionInfoNew information about interactions with the message; may be null.longmessageIdMessage identifier.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
messageId
public long messageId
Message identifier.
-
interactionInfo
public TdApi.MessageInteractionInfo interactionInfo
New information about interactions with the message; may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateMessageInteractionInfo
public UpdateMessageInteractionInfo()
The information about interactions with a message has changed.
-
UpdateMessageInteractionInfo
public UpdateMessageInteractionInfo(long chatId, long messageId, TdApi.MessageInteractionInfo interactionInfo)The information about interactions with a message has changed.- Parameters:
chatId- Chat identifier.messageId- Message identifier.interactionInfo- New information about interactions with the message; may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-