Inherits StarTransactionType.
The transaction is a receiving of a commission from an affiliate program; for regular users, bots and channel chats only.
Public Fields | |
| int53 | chat_id_ |
| Identifier of the chat that created the affiliate program. | |
| int32 | commission_per_mille_ |
| The number of Telegram Stars received by the affiliate for each 1000 Telegram Stars received by the program owner. | |
Public Instance Methods | |
| starTransactionTypeAffiliateProgramCommission () | |
| starTransactionTypeAffiliateProgramCommission (int53 chat_id_, int32 commission_per_mille_) | |
| 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 = -1704757901 |
| Identifier uniquely determining a type of the object. | |
The transaction is a receiving of a commission from an affiliate program; for regular users, bots and channel chats only.
| starTransactionTypeAffiliateProgramCommission | ( | int53 | chat_id_, |
| int32 | commission_per_mille_ | ||
| ) |
The transaction is a receiving of a commission from an affiliate program; for regular users, bots and channel chats only.
| [in] | chat_id_ | Identifier of the chat that created the affiliate program. |
| [in] | commission_per_mille_ | The number of Telegram Stars received by the affiliate for each 1000 Telegram Stars received by the program owner. |
|
finalvirtual |