fix: 🐛 Fix broken links

This commit is contained in:
Jesse Wierzbinski 2024-08-24 14:34:25 +02:00
parent 596b42474f
commit 4a7dd41c45
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ Note that there is no `question` field: the question should be included in the `
<Col>
<Properties>
<Property name="options" type="ContentFormat[]" required="true">
Array of options for the poll. Each option is a [ContentFormat](/entities/content-format) that can contain the same properties as a Note's `content` (e.g. [Custom Emojis](/extensions/custom-emojis) or HTML hyperlinks).
Array of options for the poll. Each option is a [ContentFormat](/structures/content-format) that can contain the same properties as a Note's `content` (e.g. [Custom Emojis](/extensions/custom-emojis) or HTML hyperlinks).
</Property>
<Property name="votes" type="number[]" required="true" numberType="u64">
Array of the number of votes for each option. The length of this array should match the length of the `options` array.