Interface ReactionNotificationSettings

Contains information about notification settings for reactions.

interface ReactionNotificationSettings {
    @type: "reactionNotificationSettings";
    message_reaction_source: ReactionNotificationSource;
    show_preview?: boolean;
    sound_id: string;
    story_reaction_source: ReactionNotificationSource;
}

Properties

@type: "reactionNotificationSettings"
message_reaction_source: ReactionNotificationSource

Source of message reactions for which notifications are shown.

show_preview?: boolean

True, if reaction sender and emoji must be displayed in notifications.

sound_id: string

Identifier of the notification sound to be played; 0 if sound is disabled.

story_reaction_source: ReactionNotificationSource

Source of story reactions for which notifications are shown.