Inherits PaymentReceiptType.
The payment was done using Telegram Stars.
Public Fields | |
int53 | star_count_ |
Number of Telegram Stars that were paid. | |
string | transaction_id_ |
Unique identifier of the transaction that can be used to dispute it. | |
Public Instance Methods | |
paymentReceiptTypeStars () | |
paymentReceiptTypeStars (int53 star_count_, string const &transaction_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = 294913868 |
Identifier uniquely determining a type of the object. | |
The payment was done using Telegram Stars.
paymentReceiptTypeStars | ( | int53 | star_count_, |
string const & | transaction_id_ | ||
) |
The payment was done using Telegram Stars.
[in] | star_count_ | Number of Telegram Stars that were paid. |
[in] | transaction_id_ | Unique identifier of the transaction that can be used to dispute it. |
|
finalvirtual |