|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| paymentForm () | |
| paymentForm (int64 id_, object_ptr< PaymentFormType > &&type_, int53 seller_bot_user_id_, object_ptr< productInfo > &&product_info_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Public Attributes | |
| int64 | id_ |
| The payment form identifier. | |
| object_ptr< PaymentFormType > | type_ |
| Type of the payment form. | |
| int53 | seller_bot_user_id_ |
| User identifier of the seller bot. | |
| object_ptr< productInfo > | product_info_ |
| Information about the product. | |
Static Public Attributes | |
| static const std::int32_t | ID = 1998651315 |
| Identifier uniquely determining a type of the object. | |
| td::td_api::paymentForm::paymentForm | ( | ) |
Contains information about an invoice payment form.
| td::td_api::paymentForm::paymentForm | ( | int64 | id_, |
| object_ptr< PaymentFormType > && | type_, | ||
| int53 | seller_bot_user_id_, | ||
| object_ptr< productInfo > && | product_info_ | ||
| ) |
Contains information about an invoice payment form.
| [in] | id_ | The payment form identifier. |
| [in] | type_ | Type of the payment form. |
| [in] | seller_bot_user_id_ | User identifier of the seller bot. |
| [in] | product_info_ | Information about the product. |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
|
static |
| int64 td::td_api::paymentForm::id_ |
| object_ptr<productInfo> td::td_api::paymentForm::product_info_ |
| int53 td::td_api::paymentForm::seller_bot_user_id_ |
| object_ptr<PaymentFormType> td::td_api::paymentForm::type_ |