-
-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Add note for Brazilian phone number
- Loading branch information
allburov
committed
Dec 2, 2023
1 parent
741e5e8
commit aa87e43
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,10 @@ Read more about [multiple sessions →]({{< relref "/docs/how-to/sessions" >}}) | |
For phone number `12132132131` the `chatId` is `[email protected]`. | ||
- **Groups** use random number with `@g.us` at the end. | ||
|
||
> To get the actual `chatId` for **Brazilian phone number** - use `chatId` field from | ||
> [Check phone number exists ->]({{< relref "/docs/how-to/contacts#check-phone-number-exists" >}}) | ||
> response. | ||
### file | ||
When sending media (images, voice, files) you can either use: | ||
- `file.data` field [with base64 encoded file](https://base64.guru/converter/encode/file) | ||
|