Interface GetChatNotificationSettingsExceptions

Returns the list of chats with non-default notification settings for new messages. Request type for Tdjson#getChatNotificationSettingsExceptions.

interface GetChatNotificationSettingsExceptions {
    @type: "getChatNotificationSettingsExceptions";
    compare_sound?: boolean;
    scope: NotificationSettingsScope;
}

Properties

@type: "getChatNotificationSettingsExceptions"
compare_sound?: boolean

Pass true to include in the response chats with only non-default sound.

If specified, only chats from the scope will be returned; pass null to return chats from all scopes.