Skip to content

Commit

Permalink
✨ add thread_id into message model
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Jun 26, 2024
1 parent c2ea278 commit 1111e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nonebot/adapters/feishu/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class Reply(BaseModel):
message_id: str
root_id: Optional[str] = None
parent_id: Optional[str] = None
thread_id: Optional[str] = None
msg_type: str
create_time: str
update_time: str
Expand Down

0 comments on commit 1111e08

Please sign in to comment.