mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 797 forks source link

how to know the id of the message sender into group #907

Closed mhndm closed 4 years ago

mhndm commented 4 years ago

in get_unread() i can get the group id when someone talk in the group how i can get the phone number of the person not the group id ?

darkash commented 4 years ago

how about message.sender.id ?

mhndm commented 4 years ago

thanks @darkash its work