Overview
First, what you need to understand about messages is that they can be sent to a contact, a group, or a broadcast list. In the “contacts” topic we’ll come back to this, but it’s important that you also know that for WhatsApp everything is a chat, whether it’s a contact, group, or broadcast list. To send any message, it needs the chat ID, which are:- For contacts, it’s the phone number itself;
- For groups, it’s the concatenation of the group founder’s number with a timestamp;
- For broadcast lists, it’s the concatenation of the string ‘broadcast’ with the timestamp.
Standard response
Every successfully sent message returns the following attributes:Text formatting
You can format your texts by sending formatting characters to make your message more elegant.
| Format | Syntax | Example |
|---|---|---|
| Bold | *text* | text |
| Italic | _text_ | text |
| Strikethrough | ~text~ | |
| Monospace | ```text``` | text |