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
@@ -145,6 +165,7 @@ business logic of your system.
145
165
| Example of sending a picture by URL |[sendPictureByLink.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPictureByLink.py)|
146
166
| Example of sending a picture by uploading from the disk |[sendPictureByUpload.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPictureByUpload.py)|
147
167
| Example of a group creation and sending a message to the group |[createGroupAndSendMessage.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/createGroupAndSendMessage.py)|
168
+
| Example of sending a message with a poll |[sendPoll.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPoll.py)|
148
169
| Example of incoming webhooks receiving |[receiveNotification.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/receiveNotification.py)|
149
170
150
171
## The full list of the library methods
@@ -190,6 +211,8 @@ business logic of your system.
190
211
|`sending.sendContact`| The method is for sending a message with a contact |[SendContact](https://green-api.com/en/docs/api/sending/SendContact/)|
191
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/)|
192
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
+
|
193
216
|`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/)|
194
217
|`serviceMethods.getAvatar`| The method returns the avatar of the correspondent or group chat |[GetAvatar](https://green-api.com/en/docs/api/service/GetAvatar/)|
195
218
|`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