Interface SetScopeNotificationSettings

Changes notification settings for chats of a given type. Request type for Tdjson#setScopeNotificationSettings.

interface SetScopeNotificationSettings {
    @type: "setScopeNotificationSettings";
    notification_settings: ScopeNotificationSettings;
    scope: NotificationSettingsScope;
}

Properties

@type: "setScopeNotificationSettings"
notification_settings: ScopeNotificationSettings

The new notification settings for the given scope.

Types of chats for which to change the notification settings.