Skip to content

Commit a043046

Browse files
Update README.md
1 parent a34035e commit a043046

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,24 @@ echo $whatsapp->mudarImagemGrupo(array("groupId" => "120363042927751450", "url"
283283
"type": "group-descript"
284284
}
285285
```
286+
###### Contatos
287+
```php
288+
echo $whatsapp->obterContatos();
289+
```
290+
###### Retorno
291+
```json
292+
{
293+
"container": "api-3",
294+
"session": "3",
295+
"device": "556696883327",
296+
"status": 200,
297+
"type": "get-all-contacts",
298+
"qt": 472,
299+
"contacts": [
300+
{ "id": "5566996852025", "name": "Raphael Serafim" }
301+
]
302+
}
303+
```
286304

287305

288306

0 commit comments

Comments
 (0)