Skip to content

Commit 2ae00a2

Browse files
Increase the maximum number of options in a poll to 12
1 parent c4b754f commit 2ae00a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/methods/messages/send_poll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async def send_poll(
8383
Poll question, 1-255 characters.
8484
8585
options (List of ``str``):
86-
List of answer options, 2-10 strings 1-100 characters each.
86+
List of answer options, 2-12 strings 1-100 characters each.
8787
8888
is_anonymous (``bool``, *optional*):
8989
True, if the poll needs to be anonymous.

0 commit comments

Comments
 (0)