Class TdApi.StarTransactionTypePaidMessageSend

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

public static class TdApi.StarTransactionTypePaidMessageSend extends TdApi.StarTransactionType
The transaction is a sending of a paid message; for regular users only.
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat that received the payment.
    • messageCount

      public int messageCount
      Number of sent paid messages.
    • CONSTRUCTOR

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

    • StarTransactionTypePaidMessageSend

      public StarTransactionTypePaidMessageSend()
      The transaction is a sending of a paid message; for regular users only.
    • StarTransactionTypePaidMessageSend

      public StarTransactionTypePaidMessageSend(long chatId, int messageCount)
      The transaction is a sending of a paid message; for regular users only.
      Parameters:
      chatId - Identifier of the chat that received the payment.
      messageCount - Number of sent paid messages.
  • 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