Inherits Update.
The Telegram Star revenue earned by a bot or a chat has changed. If Telegram Star transaction screen of the chat is opened, then getStarTransactions may be called to fetch new transactions.
Public Fields | |
object_ptr< MessageSender > | owner_id_ |
Identifier of the owner of the Telegram Stars. | |
object_ptr< starRevenueStatus > | status_ |
New Telegram Star revenue status. | |
Public Instance Methods | |
updateStarRevenueStatus () | |
updateStarRevenueStatus (object_ptr< MessageSender > &&owner_id_, object_ptr< starRevenueStatus > &&status_) | |
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 = -280232757 |
Identifier uniquely determining a type of the object. | |
The Telegram Star revenue earned by a bot or a chat has changed. If Telegram Star transaction screen of the chat is opened, then getStarTransactions may be called to fetch new transactions.
updateStarRevenueStatus | ( | object_ptr< MessageSender > && | owner_id_, |
object_ptr< starRevenueStatus > && | status_ | ||
) |
The Telegram Star revenue earned by a bot or a chat has changed. If Telegram Star transaction screen of the chat is opened, then getStarTransactions may be called to fetch new transactions.
[in] | owner_id_ | Identifier of the owner of the Telegram Stars. |
[in] | status_ | New Telegram Star revenue status. |
|
finalvirtual |