Inherits Update.
A new paid reaction was received in a live story group call.
Public Fields | |
| int32 | group_call_id_ |
| Identifier of the group call. | |
| object_ptr< MessageSender > | sender_id_ |
| Identifier of the sender of the reaction. | |
| int53 | star_count_ |
| The number of Telegram Stars that were paid to send the reaction. | |
Public Instance Methods | |
| updateNewGroupCallPaidReaction () | |
| updateNewGroupCallPaidReaction (int32 group_call_id_, object_ptr< MessageSender > &&sender_id_, int53 star_count_) | |
| 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 = -189233012 |
| Identifier uniquely determining a type of the object. | |
A new paid reaction was received in a live story group call.
| updateNewGroupCallPaidReaction | ( | int32 | group_call_id_, |
| object_ptr< MessageSender > && | sender_id_, | ||
| int53 | star_count_ | ||
| ) |
A new paid reaction was received in a live story group call.
| [in] | group_call_id_ | Identifier of the group call. |
| [in] | sender_id_ | Identifier of the sender of the reaction. |
| [in] | star_count_ | The number of Telegram Stars that were paid to send the reaction. |
|
finalvirtual |