tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::paymentForm Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::paymentForm:
td::td_api::Object td::TlObject

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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int64 id_
 The payment form identifier.
 
object_ptr< PaymentFormTypetype_
 Type of the payment form.
 
int53 seller_bot_user_id_
 User identifier of the seller bot.
 
object_ptr< productInfoproduct_info_
 Information about the product.
 

Static Public Attributes

static const std::int32_t ID = 1998651315
 Identifier uniquely determining a type of the object.
 

Detailed Description

Contains information about an invoice payment form.

Definition at line 51024 of file td_api.h.

Constructor & Destructor Documentation

◆ paymentForm() [1/2]

td::td_api::paymentForm::paymentForm ( )

Contains information about an invoice payment form.

◆ paymentForm() [2/2]

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.

Parameters
[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.

Member Function Documentation

◆ store()

void td::td_api::paymentForm::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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ ID

const std::int32_t td::td_api::paymentForm::ID = 1998651315
static

Identifier uniquely determining a type of the object.

Definition at line 51059 of file td_api.h.

◆ id_

int64 td::td_api::paymentForm::id_

The payment form identifier.

Definition at line 51035 of file td_api.h.

◆ product_info_

object_ptr<productInfo> td::td_api::paymentForm::product_info_

Information about the product.

Definition at line 51041 of file td_api.h.

◆ seller_bot_user_id_

int53 td::td_api::paymentForm::seller_bot_user_id_

User identifier of the seller bot.

Definition at line 51039 of file td_api.h.

◆ type_

object_ptr<PaymentFormType> td::td_api::paymentForm::type_

Type of the payment form.

Definition at line 51037 of file td_api.h.


The documentation for this class was generated from the following file: