- Enclosing class:
- TdApi
Removes a reaction from a message. A
chosen reaction can always be removed.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat to which the message belongs.static final int
long
Identifier of the message.Type of the reaction to remove. -
Constructor Summary
ConstructorDescriptionRemoves a reaction from a message.RemoveMessageReaction
(long chatId, long messageId, TdApi.ReactionType reactionType) Removes a reaction from a message.RemoveMessageReaction
(DataInput input) Removes a reaction from a message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the chat to which the message belongs. -
messageId
public long messageIdIdentifier of the message. -
reactionType
Type of the reaction to remove. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
RemoveMessageReaction
public RemoveMessageReaction()Removes a reaction from a message. A chosen reaction can always be removed. ReturnsOk
-
RemoveMessageReaction
Removes a reaction from a message. A chosen reaction can always be removed. ReturnsOk
- Parameters:
chatId
- long Identifier of the chat to which the message belongs.messageId
- long Identifier of the message.reactionType
- ReactionType Type of the reaction to remove.
-
RemoveMessageReaction
Removes a reaction from a message. A chosen reaction can always be removed. ReturnsOk
- 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()
-