- Enclosing class:
- TdApi
Removes a reaction from a message. A
chosen reaction can always be removed.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat to which the message belongs.static final intlongIdentifier of the message.Type of the reaction to remove. -
Constructor Summary
ConstructorsConstructorDescriptionRemoves 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-