Class TdApi.StarTransactionTypeChannelPaidReactionSend

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypeChannelPaidReactionSend
Enclosing class:
TdApi

public static class TdApi.StarTransactionTypeChannelPaidReactionSend extends TdApi.StarTransactionType
The transaction is a sending of a paid reaction to a message in a channel chat by the current user; relevant for regular users only.
  • Field Details

    • chatId

      public long chatId
      Identifier of the channel chat.
    • messageId

      public long messageId
      Identifier of the reacted message; may be 0 or an identifier of a deleted message.
    • CONSTRUCTOR

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

    • StarTransactionTypeChannelPaidReactionSend

      public StarTransactionTypeChannelPaidReactionSend()
      The transaction is a sending of a paid reaction to a message in a channel chat by the current user; relevant for regular users only.
    • StarTransactionTypeChannelPaidReactionSend

      public StarTransactionTypeChannelPaidReactionSend(long chatId, long messageId)
      The transaction is a sending of a paid reaction to a message in a channel chat by the current user; relevant for regular users only.
      Parameters:
      chatId - Identifier of the channel chat.
      messageId - Identifier of the reacted message; may be 0 or an identifier of a deleted message.
  • Method Details