|
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 | |
| paymentReceipt () | |
| paymentReceipt (object_ptr< productInfo > &&product_info_, int32 date_, int53 seller_bot_user_id_, object_ptr< PaymentReceiptType > &&type_) | |
| 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 | |
| object_ptr< productInfo > | product_info_ |
| Information about the product. | |
| int32 | date_ |
| Point in time (Unix timestamp) when the payment was made. | |
| int53 | seller_bot_user_id_ |
| User identifier of the seller bot. | |
| object_ptr< PaymentReceiptType > | type_ |
| Type of the payment receipt. | |
Static Public Attributes | |
| static const std::int32_t | ID = 758199186 |
| Identifier uniquely determining a type of the object. | |
| td::td_api::paymentReceipt::paymentReceipt | ( | ) |
Contains information about a successful payment.
| td::td_api::paymentReceipt::paymentReceipt | ( | object_ptr< productInfo > && | product_info_, |
| int32 | date_, | ||
| int53 | seller_bot_user_id_, | ||
| object_ptr< PaymentReceiptType > && | type_ | ||
| ) |
Contains information about a successful payment.
| [in] | product_info_ | Information about the product. |
| [in] | date_ | Point in time (Unix timestamp) when the payment was made. |
| [in] | seller_bot_user_id_ | User identifier of the seller bot. |
| [in] | type_ | Type of the payment receipt. |
|
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.
| int32 td::td_api::paymentReceipt::date_ |
|
static |
| object_ptr<productInfo> td::td_api::paymentReceipt::product_info_ |
| int53 td::td_api::paymentReceipt::seller_bot_user_id_ |
| object_ptr<PaymentReceiptType> td::td_api::paymentReceipt::type_ |