Class TdApi.RemovePendingPaidMessageReactions

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.RemovePendingPaidMessageReactions
Enclosing class:
TdApi

public static class TdApi.RemovePendingPaidMessageReactions extends TdApi.Function<TdApi.Ok>
Removes all pending paid reactions on a message.

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

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

    • RemovePendingPaidMessageReactions

      public RemovePendingPaidMessageReactions()
      Default constructor for a function, which removes all pending paid reactions on a message.

      Returns Ok

    • RemovePendingPaidMessageReactions

      public RemovePendingPaidMessageReactions(long chatId, long messageId)
      Creates a function, which removes all pending paid reactions on a message.

      Returns Ok

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