Module tdlight.api

Class TdApi.MessagePaymentSuccessfulBot

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessagePaymentSuccessfulBot
Enclosing class:
TdApi

public static final class TdApi.MessagePaymentSuccessfulBot extends TdApi.MessageContent
A payment has been completed; for bots only.
  • Field Details

    • currency

      public String currency
      Currency for price of the product.
    • totalAmount

      public long totalAmount
      Total price for the product, in the smallest units of the currency.
    • isRecurring

      public boolean isRecurring
      True, if this is a recurring payment.
    • isFirstRecurring

      public boolean isFirstRecurring
      True, if this is the first recurring payment.
    • invoicePayload

      public byte[] invoicePayload
      Invoice payload.
    • shippingOptionId

      public String shippingOptionId
      Identifier of the shipping option chosen by the user; may be empty if not applicable.
    • orderInfo

      public TdApi.OrderInfo orderInfo
      Information about the order; may be null.
    • telegramPaymentChargeId

      public String telegramPaymentChargeId
      Telegram payment identifier.
    • providerPaymentChargeId

      public String providerPaymentChargeId
      Provider payment identifier.
    • CONSTRUCTOR

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

    • MessagePaymentSuccessfulBot

      public MessagePaymentSuccessfulBot()
      A payment has been completed; for bots only.
    • MessagePaymentSuccessfulBot

      public MessagePaymentSuccessfulBot(String currency, long totalAmount, boolean isRecurring, boolean isFirstRecurring, byte[] invoicePayload, String shippingOptionId, TdApi.OrderInfo orderInfo, String telegramPaymentChargeId, String providerPaymentChargeId)
      A payment has been completed; for bots only.
      Parameters:
      currency - Currency for price of the product.
      totalAmount - Total price for the product, in the smallest units of the currency.
      isRecurring - True, if this is a recurring payment.
      isFirstRecurring - True, if this is the first recurring payment.
      invoicePayload - Invoice payload.
      shippingOptionId - Identifier of the shipping option chosen by the user; may be empty if not applicable.
      orderInfo - Information about the order; may be null.
      telegramPaymentChargeId - Telegram payment identifier.
      providerPaymentChargeId - Provider payment identifier.
    • MessagePaymentSuccessfulBot

      public MessagePaymentSuccessfulBot(DataInput input) throws IOException
      A payment has been completed; for bots only.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object