-
-
Notifications
You must be signed in to change notification settings - Fork 21
Sending messages
Filippo Romani edited this page Feb 24, 2025
·
1 revision
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") # this is your message instance, sender is the phone number key you want to use
message.send(sender="key") # this will send the message
If you find any issue in the docs, please open an issue/pr and report it