Class TdApi.StarTransactionTypePaidGroupCallReactionReceive

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

public static class TdApi.StarTransactionTypePaidGroupCallReactionReceive extends TdApi.StarTransactionType
The transaction is a receiving of a paid group call reaction; relevant for regular users and channel chats only.
  • Field Details

    • senderId

      public TdApi.MessageSender senderId
      Identifier of the sender of the reaction.
    • commissionPerMille

      public int commissionPerMille
      The number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for reaction sending.
    • commissionStarAmount

      public TdApi.StarAmount commissionStarAmount
      The Telegram Star amount that was received by Telegram; can be negative for refunds.
    • CONSTRUCTOR

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

    • StarTransactionTypePaidGroupCallReactionReceive

      public StarTransactionTypePaidGroupCallReactionReceive()
      The transaction is a receiving of a paid group call reaction; relevant for regular users and channel chats only.
    • StarTransactionTypePaidGroupCallReactionReceive

      public StarTransactionTypePaidGroupCallReactionReceive(TdApi.MessageSender senderId, int commissionPerMille, TdApi.StarAmount commissionStarAmount)
      The transaction is a receiving of a paid group call reaction; relevant for regular users and channel chats only.
      Parameters:
      senderId - Identifier of the sender of the reaction.
      commissionPerMille - The number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for reaction sending.
      commissionStarAmount - The Telegram Star amount that was received by Telegram; can be negative for refunds.
  • Method Details