whatsapp-framework
whatsapp-framework copied to clipboard
who.name function in the framework question
i have an bot working with my phone number and i dont want to get banned. Someone using it can explain how this works?, i am doing an app where if you talk to the bot this saves information in one database, so with this i want to save the phone number of the guy who talk with the bot. i am worried because maybe "who.name" can get the name contact in the setup.py or maybe it can get the phone number or both. i dont want to risk my phone number. please give me some explanation
Just Use message.who
instead of who_name to get number of sender..
Just Use
message.who
instead of who_name to get number of sender..
and what about the group validation? there exist some like message.group? thanks