Package org.drinkless.tdlib
Class TdApi.RemoveMessageReaction
- 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 intIdentifier uniquely determining type of the object.longIdentifier of the message.Type of the reaction to remove. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes a reaction from a message.RemoveMessageReaction(long chatId, long messageId, TdApi.ReactionType reactionType) Creates a function, which removes a reaction from a message. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
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. The paid reaction can't be removed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveMessageReaction
public RemoveMessageReaction()Default constructor for a function, which removes a reaction from a message. A chosen reaction can always be removed.Returns
Ok -
RemoveMessageReaction
Creates a function, which removes a reaction from a message. A chosen reaction can always be removed.Returns
Ok- Parameters:
chatId- Identifier of the chat to which the message belongs.messageId- Identifier of the message.reactionType- Type of the reaction to remove. The paid reaction can't be removed.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-