|
@@ -27,7 +27,6 @@ |
|
|
block discarded – undo |
|
27
|
27
|
* @method string getType() Poll type, currently can be “regular” or “quiz” |
|
28
|
28
|
* @method bool getAllowsMultipleAnswers() True, if the poll allows multiple answers |
|
29
|
29
|
* @method int getCorrectOptionId() Optional. 0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot. |
|
30
|
|
- |
|
31
|
30
|
*/ |
|
32
|
31
|
class Poll extends Entity |
|
33
|
32
|
{ |
Please login to merge, or discard this patch.