#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| bool | success_ |
| | True, if the payment request was successful; otherwise, the verification_url will be non-empty.
|
| |
| string | verification_url_ |
| | URL for additional payment credentials verification.
|
| |
|
| static const std::int32_t | ID = -804263843 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains the result of a payment request.
Definition at line 51571 of file td_api.h.
◆ paymentResult() [1/2]
| td::td_api::paymentResult::paymentResult |
( |
| ) |
|
Contains the result of a payment request.
◆ paymentResult() [2/2]
| td::td_api::paymentResult::paymentResult |
( |
bool |
success_, |
|
|
string const & |
verification_url_ |
|
) |
| |
Contains the result of a payment request.
- Parameters
-
| [in] | success_ | True, if the payment request was successful; otherwise, the verification_url will be non-empty. |
| [in] | verification_url_ | URL for additional payment credentials verification. |
◆ store()
| void td::td_api::paymentResult::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::paymentResult::ID = -804263843 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 51600 of file td_api.h.
◆ success_
| bool td::td_api::paymentResult::success_ |
True, if the payment request was successful; otherwise, the verification_url will be non-empty.
Definition at line 51582 of file td_api.h.
◆ verification_url_
| string td::td_api::paymentResult::verification_url_ |
URL for additional payment credentials verification.
Definition at line 51584 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h