Interface UpdateScopeNotificationSettings

Notification settings for some type of chats were updated. Subtype of Update.

interface UpdateScopeNotificationSettings {
    @type: "updateScopeNotificationSettings";
    notification_settings: ScopeNotificationSettings;
    scope: NotificationSettingsScope;
}

Properties

@type: "updateScopeNotificationSettings"
notification_settings: ScopeNotificationSettings

The new notification settings.

Types of chats for which notification settings were updated.