Class TdApi.RemoveMessageReaction

Enclosing class:
TdApi

public static class TdApi.RemoveMessageReaction extends TdApi.Function<TdApi.Ok>
Removes a reaction from a message. A chosen reaction can always be removed.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Identifier of the chat to which the message belongs.
    • messageId

      public long messageId
      Identifier of the message.
    • reactionType

      public TdApi.ReactionType reactionType
      Type of the reaction to remove.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public RemoveMessageReaction(long chatId, long messageId, TdApi.ReactionType reactionType)
      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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR