You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,8 +211,7 @@ business logic of your system.
211
211
|`sending.sendContact`| The method is for sending a message with a contact |[SendContact](https://green-api.com/en/docs/api/sending/SendContact/)|
212
212
|`sending.sendLink`| The method is designed to send a message with a link that will add an image preview, title and description |[SendLink](https://green-api.com/en/docs/api/sending/SendLink/)|
213
213
|`sending.forwardMessages`| The method is designed for forwarding messages to a personal or group chat |[ForwardMessages](https://green-api.com/en/docs/api/sending/ForwardMessages/)|
214
-
| `sending.sendPoll` | The method is designed for sending messages with a poll to a personal or group chat | [SendPoll](https://green-api.com/en/docs/api/sending/SendPoll/)
215
-
|
214
+
|`sending.sendPoll`| The method is designed for sending messages with a poll to a personal or group chat |[SendPoll](https://green-api.com/en/docs/api/sending/SendPoll/)|
216
215
|`serviceMethods.checkWhatsapp`| The method checks if there is a WhatsApp account on the phone number |[CheckWhatsapp](https://green-api.com/en/docs/api/service/CheckWhatsapp/)|
217
216
|`serviceMethods.getAvatar`| The method returns the avatar of the correspondent or group chat |[GetAvatar](https://green-api.com/en/docs/api/service/GetAvatar/)|
218
217
|`serviceMethods.getContacts`| The method is designed to get a list of contacts of the current account |[GetContacts](https://green-api.com/en/docs/api/service/GetContacts/)|
0 commit comments