View Source ExTDLib.Object.MessagePaymentSuccessful (ExTDLib v0.0.4)

A payment has been completed.

NameTypeDescription
invoice_chat_idstringIdentifier of the chat, containing the corresponding invoice message.
invoice_message_idstringIdentifier of the message with the corresponding invoice; can be 0 or an identifier of a deleted message.
currencystringCurrency for the price of the product.
total_amountstringTotal price for the product, in the smallest units of the currency.
is_recurringboolTrue, if this is a recurring payment.
is_first_recurringboolTrue, if this is the first recurring payment.
invoice_namestringName of the invoice; may be empty if unknown.

More details on telegram's documentation.