View Source ExTDLib.Object.PaymentResult (ExTDLib v0.0.4)
Contains the result of a payment request.
| Name | Type | Description |
|---|---|---|
| success | bool | True, if the payment request was successful; otherwise, the verification_url will be non-empty. |
| verification_url | string | URL for additional payment credentials verification. |
More details on telegram's documentation.