Class TdApi.SetPaidMessageReactionType

Enclosing class:
TdApi

public static class TdApi.SetPaidMessageReactionType extends TdApi.Function<TdApi.Ok>
Changes type of paid message reaction of the current user on a message. The message must have paid reaction added by the current user.

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.
    • type

      New type of the paid reaction.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SetPaidMessageReactionType

      public SetPaidMessageReactionType()
      Default constructor for a function, which changes type of paid message reaction of the current user on a message. The message must have paid reaction added by the current user.

      Returns Ok

    • SetPaidMessageReactionType

      public SetPaidMessageReactionType(long chatId, long messageId, TdApi.PaidReactionType type)
      Creates a function, which changes type of paid message reaction of the current user on a message. The message must have paid reaction added by the current user.

      Returns Ok

      Parameters:
      chatId - Identifier of the chat to which the message belongs.
      messageId - Identifier of the message.
      type - New type of the paid reaction.
  • 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