Future<bool> updateDialogNotificationsSettings(String dialogId, bool enable) { return UpdateNotificationsSettingsQuery(dialogId, enable).perform(); }