We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例程:example_gorup_reply.py。 根据官方文档定义,若未填充 msg_id/event_id字段,机器人发送主动消息。 然而在我测试中,当设置msg_id=None时,消息无法发出。终端提示: [INFO] (group_reply.py:29)on_group_at_message_create {'id': 'msg_tid_-466245d2-323f-470e-9ffa-a5c603d31b4c', 'timestamp': '2024-08-03T20:30:05+08:00', 'audit_id': 'msg_tid_-466245d2-323f-470e-9ffa-a5c603d31b4c', 'audit_tips': 'group push message is waiting for audit now'} 翻译了下最后一句话,大概意思好像是和审核有关。我的机器人是公域机器人,目前正在送审,是不是需要审核通过才能启用该功能呢?
[INFO] (group_reply.py:29)on_group_at_message_create {'id': 'msg_tid_-466245d2-323f-470e-9ffa-a5c603d31b4c', 'timestamp': '2024-08-03T20:30:05+08:00', 'audit_id': 'msg_tid_-466245d2-323f-470e-9ffa-a5c603d31b4c', 'audit_tips': 'group push message is waiting for audit now'}
The text was updated successfully, but these errors were encountered:
您的问题似乎早在文档中被记录并有解答 「发送消息 | QQ群机器人文档」
Sorry, something went wrong.
No branches or pull requests
例程:example_gorup_reply.py。
根据官方文档定义,若未填充 msg_id/event_id字段,机器人发送主动消息。
然而在我测试中,当设置msg_id=None时,消息无法发出。终端提示:
[INFO] (group_reply.py:29)on_group_at_message_create {'id': 'msg_tid_-466245d2-323f-470e-9ffa-a5c603d31b4c', 'timestamp': '2024-08-03T20:30:05+08:00', 'audit_id': 'msg_tid_-466245d2-323f-470e-9ffa-a5c603d31b4c', 'audit_tips': 'group push message is waiting for audit now'}
翻译了下最后一句话,大概意思好像是和审核有关。我的机器人是公域机器人,目前正在送审,是不是需要审核通过才能启用该功能呢?
The text was updated successfully, but these errors were encountered: