alfred82santa / whalesong

Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
https://whalesong.readthedocs.io
MIT License
51 stars 19 forks source link

MessageInfoManager #76

Closed jesusvalverde closed 5 years ago

jesusvalverde commented 5 years ago

Can somebody post a small example on how I get the MessageInfoManager, the issue is to get the status of a message [delivery, read]

alfred82santa commented 5 years ago

MessegeManager has a method in order to fetch info. https://whalesong.readthedocs.io/en/latest/api/message.html#whalesong.managers.message.MessageManager.fetch_info

You must call it before try to use MessageInfoManager stored on field info of a MessageManager.

jabolina commented 5 years ago

I've always did something like this to see the message status

jesusvalverde commented 5 years ago

Solved AND working ..