Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 7fcd89a

Browse files
committed
TelegramTypes Poll: renamed $allow_multiple_answers to $allows_multiple_answers
1 parent 201080d commit 7fcd89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram/Types/Poll.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Poll extends TelegramTypes
6363
* True, if the poll allows multiple answers
6464
* @var bool
6565
*/
66-
public $allow_multiple_answers;
66+
public $allows_multiple_answers;
6767

6868
/**
6969
* Optional. 0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are

0 commit comments

Comments
 (0)