Skip to content

Commit

Permalink
🎨 Update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jul 21, 2024
1 parent 60e955d commit 269e045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Discord/Parts/Channel/Poll/Poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
*
* @property PollMedia $question The question of the poll. Only text is supported.
* @property PollAnswer[] $answers Each of the answers available in the poll, up to 10.
* @property int $duration Number of hours the poll should be open for, up to 7 days.
* @property bool $allow_multiselect Whether a user can select multiple answers.
* @property int $duration Number of hours the poll should be open for, up to 7 days.
* @property bool $allow_multiselect Whether a user can select multiple answers.
* @property int|null $layout_type? The layout type of the poll. Defaults to... DEFAULT!
*/
class Poll extends Part
Expand Down

0 comments on commit 269e045

Please sign in to comment.