fix: QQ官方机器人开启 reply with metion 和 reply with quote 后,无法正常回复消息 #244

This commit is contained in:
Soulter
2025-01-30 01:36:25 +08:00
parent 37a1f144ab
commit 1f0d2d9b89
3 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ class Image(BaseMessageComponent):
class Reply(BaseMessageComponent):
type: ComponentType = "Reply"
id: int
id: T.Union[str, int]
text: T.Optional[str] = ""
qq: T.Optional[int] = 0
time: T.Optional[int] = 0