Package it.tdlight.jni
Class TdApi.UpdateMessageInteractionInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.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 long
chatId
Chat identifier.static int
CONSTRUCTOR
TdApi.MessageInteractionInfo
interactionInfo
New information about interactions with the message; may be null.long
messageId
Message 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.UpdateMessageInteractionInfo(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
interactionInfo
New information about interactions with the message; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
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
- long Chat identifier.messageId
- long Message identifier.interactionInfo
- MessageInteractionInfo New information about interactions with the message; may be null.
-
UpdateMessageInteractionInfo
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-