Skip to content
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
Clone this wiki locally