Inherits Object.
Contains information about a product that can be paid with invoice.
Public Fields | |
string | title_ |
Product title. | |
object_ptr< formattedText > | description_ |
Product description. | |
object_ptr< photo > | photo_ |
Product photo; may be null. | |
Public Instance Methods | |
productInfo () | |
productInfo (string const &title_, object_ptr< formattedText > &&description_, object_ptr< photo > &&photo_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from 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 |
Static Public Attributes | |
static const std::int32_t | ID = -2015069020 |
Identifier uniquely determining a type of the object. | |
productInfo | ( | ) |
Contains information about a product that can be paid with invoice.
productInfo | ( | string const & | title_, |
object_ptr< formattedText > && | description_, | ||
object_ptr< photo > && | photo_ | ||
) |
Contains information about a product that can be paid with invoice.
[in] | title_ | Product title. |
[in] | description_ | Product description. |
[in] | photo_ | Product photo; may be null. |
|
finalvirtual |