> For the complete documentation index, see [llms.txt](https://docs.wetbot.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wetbot.space/api/data-types/profile-quest.md).

# ProfileQuest

<details>

<summary>Свойства</summary>

[questID](#questid)

[targets](#targets)

[finished](#finished)

[finishedDate](#finisheddate)

</details>

## Свойства

### [.questID](#questid)

ID квеста\
Тип: [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)

***

### [.targets](#targets)

Задачи квеста\
Тип: [Array ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)<[ProfileQuestTarget](/api/data-types/profile-quest/profile-quest-target.md)>

***

### [.finished](#finished)

Квест завершён\
Тип: [Boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)

***

### [.finishedDate](#finisheddate)

Дата завершения квеста\
Тип: ?[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)
