|
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 | |
| reactionNotificationSettings () | |
| reactionNotificationSettings (object_ptr< ReactionNotificationSource > &&message_reaction_source_, object_ptr< ReactionNotificationSource > &&story_reaction_source_, object_ptr< ReactionNotificationSource > &&poll_vote_source_, int64 sound_id_, bool show_preview_) | |
| 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 | |
| object_ptr< ReactionNotificationSource > | message_reaction_source_ |
| Source of message reactions for which notifications are shown. | |
| object_ptr< ReactionNotificationSource > | story_reaction_source_ |
| Source of story reactions for which notifications are shown. | |
| object_ptr< ReactionNotificationSource > | poll_vote_source_ |
| Source of poll votes for which notifications are shown. | |
| int64 | sound_id_ |
| Identifier of the notification sound to be played; 0 if sound is disabled. | |
| bool | show_preview_ |
| True, if reaction sender and emoji must be displayed in notifications. | |
Static Public Attributes | |
| static const std::int32_t | ID = 2074932258 |
| Identifier uniquely determining a type of the object. | |
Contains information about notification settings for reactions and poll votes.
| td::td_api::reactionNotificationSettings::reactionNotificationSettings | ( | ) |
Contains information about notification settings for reactions and poll votes.
| td::td_api::reactionNotificationSettings::reactionNotificationSettings | ( | object_ptr< ReactionNotificationSource > && | message_reaction_source_, |
| object_ptr< ReactionNotificationSource > && | story_reaction_source_, | ||
| object_ptr< ReactionNotificationSource > && | poll_vote_source_, | ||
| int64 | sound_id_, | ||
| bool | show_preview_ | ||
| ) |
Contains information about notification settings for reactions and poll votes.
| [in] | message_reaction_source_ | Source of message reactions for which notifications are shown. |
| [in] | story_reaction_source_ | Source of story reactions for which notifications are shown. |
| [in] | poll_vote_source_ | Source of poll votes for which notifications are shown. |
| [in] | sound_id_ | Identifier of the notification sound to be played; 0 if sound is disabled. |
| [in] | show_preview_ | True, if reaction sender and emoji must be displayed in notifications. |
|
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.
|
static |
| object_ptr<ReactionNotificationSource> td::td_api::reactionNotificationSettings::message_reaction_source_ |
| object_ptr<ReactionNotificationSource> td::td_api::reactionNotificationSettings::poll_vote_source_ |
| bool td::td_api::reactionNotificationSettings::show_preview_ |
| int64 td::td_api::reactionNotificationSettings::sound_id_ |
| object_ptr<ReactionNotificationSource> td::td_api::reactionNotificationSettings::story_reaction_source_ |