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