Skip to content

Commit c0a9443

Browse files
🐛 修正 ExecuteWebhookParams 模型定义
1 parent 8816594 commit c0a9443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nonebot/adapters/discord/api/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3217,7 +3217,7 @@ class ExecuteWebhookParams(BaseModel):
32173217
flags: Missing[MessageFlag] = UNSET
32183218
thread_name: Missing[str] = UNSET
32193219
applied_tags: Missing[list[Snowflake]] = UNSET
3220-
poll: Missing["Poll"] = UNSET
3220+
poll: Missing["PollRequest"] = UNSET
32213221

32223222

32233223
# gateway

0 commit comments

Comments
 (0)