Interface UpdateReactionNotificationSettings

Notification settings for reactions were updated. Subtype of Update.

interface UpdateReactionNotificationSettings {
    @type: "updateReactionNotificationSettings";
    notification_settings: ReactionNotificationSettings;
}

Properties

@type: "updateReactionNotificationSettings"
notification_settings: ReactionNotificationSettings

The new notification settings.