TDLib v0.0.2 TDLib.Object.PaymentResult View Source
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 not empty. |
verification_url | string | URL for additional payment credentials verification. |
More details on telegram’s documentation.