Skip to content

Commit

Permalink
✨ change button action anchor type
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 10, 2024
1 parent bd9d9cd commit 3e8c691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/adapters/qq/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Action(BaseModel):
data: Optional[str] = None
reply: Optional[bool] = None
enter: Optional[bool] = None
anchor: Optional[bool] = None
anchor: Optional[int] = None
unsupport_tips: Optional[str] = None
click_limit: Optional[int] = None # deprecated
at_bot_show_channel_list: Optional[bool] = None # deprecated
Expand Down

0 comments on commit 3e8c691

Please sign in to comment.