We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48076c commit b57b573Copy full SHA for b57b573
2 files changed
examples/sendPoll.py
@@ -7,11 +7,11 @@
7
8
def main():
9
response = greenAPI.sending.sendPoll(
10
- "11001234567@c.us",
11
- "Please choose the color:",
+ "11001234567@c.us",
+ "Please choose the color:",
12
[
13
- {"optionName": "green"},
14
- {"optionName": "red"},
+ {"optionName": "green"},
+ {"optionName": "red"},
15
{"optionName": "blue"}
16
]
17
)
whatsapp_api_client_python/tools/sending.py
@@ -269,7 +269,7 @@ def sendPoll(
269
quotedMessageId: Optional[str] = None
270
) -> Response:
271
"""
272
- The method is intended for sending messages with a poll to a
+ The method is intended for sending messages with a poll to a
273
private or group chat
274
275
0 commit comments