|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| messageReactions () | |
| messageReactions (array< object_ptr< messageReaction > > &&reactions_, bool are_tags_, array< object_ptr< paidReactor > > &&paid_reactors_, bool can_get_added_reactions_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::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 |
Public Attributes | |
| array< object_ptr< messageReaction > > | reactions_ |
| List of added reactions. | |
| bool | are_tags_ |
| True, if the reactions are tags and Telegram Premium users can filter messages by them. | |
| array< object_ptr< paidReactor > > | paid_reactors_ |
| Information about top users that added the paid reaction. | |
| bool | can_get_added_reactions_ |
| True, if the list of added reactions is available using getMessageAddedReactions. | |
Static Public Attributes | |
| static const std::int32_t | ID = 1475966817 |
| Identifier uniquely determining a type of the object. | |
| td::td_api::messageReactions::messageReactions | ( | ) |
Contains a list of reactions added to a message.
| td::td_api::messageReactions::messageReactions | ( | array< object_ptr< messageReaction > > && | reactions_, |
| bool | are_tags_, | ||
| array< object_ptr< paidReactor > > && | paid_reactors_, | ||
| bool | can_get_added_reactions_ | ||
| ) |
Contains a list of reactions added to a message.
| [in] | reactions_ | List of added reactions. |
| [in] | are_tags_ | True, if the reactions are tags and Telegram Premium users can filter messages by them. |
| [in] | paid_reactors_ | Information about top users that added the paid reaction. |
| [in] | can_get_added_reactions_ | True, if the list of added reactions is available using getMessageAddedReactions. |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
| bool td::td_api::messageReactions::are_tags_ |
| bool td::td_api::messageReactions::can_get_added_reactions_ |
True, if the list of added reactions is available using getMessageAddedReactions.
|
static |
| array<object_ptr<paidReactor> > td::td_api::messageReactions::paid_reactors_ |
| array<object_ptr<messageReaction> > td::td_api::messageReactions::reactions_ |