Document explanation maximum length.

GitOrigin-RevId: de5243171e3b5a17ef3322c25e158ccbac2ed453
This commit is contained in:
levlam 2020-04-09 18:56:22 +03:00
parent d83a85038f
commit 73a33d15a8

View File

@ -218,7 +218,7 @@ pollTypeRegular allow_multiple_answers:Bool = PollType;
//@description A poll in quiz mode, which has exactly one correct answer option and can be answered only once
//@correct_option_id 0-based identifier of the correct answer option; -1 for a yet unanswered poll
//@explanation Text shown after an incorrect answer has chosen; empty for a yet unanswered poll
//@explanation Text shown after an incorrect answer has chosen, 0-200 characters with at most 2 line feeds; empty for a yet unanswered poll
pollTypeQuiz correct_option_id:int32 explanation:formattedText = PollType;