We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
layout_type
1 parent 151712d commit aef5b7fCopy full SHA for aef5b7f
1 file changed
nonebot/adapters/discord/api/model.py
@@ -3706,7 +3706,7 @@ class PollRequest(BaseModel):
3706
"""Number of hours the poll should be open for, up to 32 days. Defaults to 24"""
3707
allow_multiselect: Missing[bool] = UNSET
3708
"""Whether a user can select multiple answers. Defaults to false"""
3709
- layout_type: Missing[int]
+ layout_type: Missing[int] = UNSET
3710
"""The layout type of the poll"""
3711
3712
0 commit comments