Package it.tdlight.jni
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 class TdApi.MessagePaymentSuccessfulBot extends TdApi.MessageContent
A payment has been completed; for bots only.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
currency
Currency for price of the product.byte[]
invoicePayload
Invoice payload.TdApi.OrderInfo
orderInfo
Information about the order; may be null.String
providerPaymentChargeId
Provider payment identifier.String
shippingOptionId
Identifier of the shipping option chosen by the user; may be empty if not applicable.String
telegramPaymentChargeId
Telegram payment identifier.long
totalAmount
Total price for the product, in the smallest units of the currency. -
Constructor Summary
Constructors Constructor Description MessagePaymentSuccessfulBot()
A payment has been completed; for bots only.MessagePaymentSuccessfulBot(DataInput input)
MessagePaymentSuccessfulBot(String currency, long totalAmount, byte[] invoicePayload, String shippingOptionId, TdApi.OrderInfo orderInfo, String telegramPaymentChargeId, String providerPaymentChargeId)
A payment has been completed; for bots only. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
currency
Currency for price of the product. -
totalAmount
public long totalAmountTotal price for the product, in the smallest units of the currency. -
invoicePayload
public byte[] invoicePayloadInvoice 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessagePaymentSuccessfulBot
public MessagePaymentSuccessfulBot()A payment has been completed; for bots only. -
MessagePaymentSuccessfulBot
public MessagePaymentSuccessfulBot(String currency, long totalAmount, byte[] invoicePayload, String shippingOptionId, TdApi.OrderInfo orderInfo, String telegramPaymentChargeId, String providerPaymentChargeId)A payment has been completed; for bots only.- Parameters:
currency
- String Currency for price of the product.totalAmount
- long Total price for the product, in the smallest units of the currency.invoicePayload
- byte[] Invoice payload.shippingOptionId
- String Identifier of the shipping option chosen by the user; may be empty if not applicable.orderInfo
- OrderInfo Information about the order; may be null.telegramPaymentChargeId
- String Telegram payment identifier.providerPaymentChargeId
- String Provider payment identifier.
-
MessagePaymentSuccessfulBot
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-