View Source ExTDLib.Object.MessagePaymentSuccessful (ExTDLib v0.0.4)
A payment has been completed.
| Name | Type | Description |
|---|---|---|
| invoice_chat_id | string | Identifier of the chat, containing the corresponding invoice message. |
| invoice_message_id | string | Identifier of the message with the corresponding invoice; can be 0 or an identifier of a deleted message. |
| currency | string | Currency for the price of the product. |
| total_amount | string | Total price for the product, in the smallest units of the currency. |
| is_recurring | bool | True, if this is a recurring payment. |
| is_first_recurring | bool | True, if this is the first recurring payment. |
| invoice_name | string | Name of the invoice; may be empty if unknown. |
More details on telegram's documentation.