标签: python whatsapp yowsup
使用Yowsup注册Whatsapp设备后,我尝试将以下消息发送到该号码“您好,这是测试”。当我在控制台中打印收到的消息时,收到的消息是“ Hello”。该代码的重要部分是:
@signals.message_received.connect def handle(message): print (message.command)
有人知道我如何获得整条消息吗?预先感谢