Skip to content

Commit

Permalink
✨ add union openid field
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 3, 2025
1 parent ebcba58 commit ef939f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nonebot/adapters/qq/models/qq.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
class FriendAuthor(BaseModel):
id: str
user_openid: str
union_openid: Optional[str] = None


class GroupMemberAuthor(BaseModel):
id: str
member_openid: str
union_openid: Optional[str] = None


class Attachment(BaseModel):
Expand Down

0 comments on commit ef939f5

Please sign in to comment.