Skip to content

Commit

Permalink
fix: msg_seq类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoyanglay committed Mar 22, 2024
1 parent 28d225d commit 8d766f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botpy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ async def post_group_message(
message_reference: message.Reference = None,
media: message.Media = None,
msg_id: str = None,
msg_seq: str = 1,
msg_seq: int = 1,
event_id: str = None,
markdown: message.MarkdownPayload = None,
keyboard: message.Keyboard = None,
Expand Down

0 comments on commit 8d766f1

Please sign in to comment.