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
- wechaty: - wechaty-puppet: padlocal - wechaty-puppet-service: - wechaty-plugin-contrib: - token type: padlocal|wxwork|xp - the version of wechaty docker container: [0.65]
想做一个防止撤回的功能,但是shell报错如下
2023-09-02 20:06:38,718 - Message - ERROR - can"t load or ready message payload () 2023-09-02 20:06:38,718 - Wechaty - ERROR - internal error <WechatyOperationError('can"t load or ready message payload ()', None, None)>
class MyBot(Wechaty): async def on_message(self, msg: Message) -> None: if msg.type() == MessageType.MESSAGE_TYPE_RECALLED: recalled_message = await msg.to_recalled() print(f"{recalled_message}被撤回") asyncio.run(MyBot().start())
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Description
想做一个防止撤回的功能,但是shell报错如下
Minimum reproducible code
The text was updated successfully, but these errors were encountered: