Inherits Object.
Contains information about notification settings for reactions.
Public Fields | |
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. | |
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. | |
Public Instance Methods | |
reactionNotificationSettings () | |
reactionNotificationSettings (object_ptr< ReactionNotificationSource > &&message_reaction_source_, object_ptr< ReactionNotificationSource > &&story_reaction_source_, int64 sound_id_, bool show_preview_) | |
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 = 733017684 |
Identifier uniquely determining a type of the object. | |
Contains information about notification settings for reactions.
reactionNotificationSettings | ( | object_ptr< ReactionNotificationSource > && | message_reaction_source_, |
object_ptr< ReactionNotificationSource > && | story_reaction_source_, | ||
int64 | sound_id_, | ||
bool | show_preview_ | ||
) |
Contains information about notification settings for reactions.
[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] | 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 |