-
-
Notifications
You must be signed in to change notification settings - Fork 18
Sending messages
Filippo Romani edited this page Sep 13, 2024
·
3 revisions
Use this method to send text message to a WhatsApp number. UPDATE: Message is now and object of Message class.
message = Message(instance=yourclient, content="Hello world!", to="00123456789", sender="key") # this is your message instance, sender is the phone number key you want to use
message.send() # this will send the message
If you find any issue in the docs, please open an issue/pr and report it