PollTypeQuiz constructor

PollTypeQuiz(
  1. {required int correct_option_id,
  2. required FormattedText explanation,
  3. int? extra,
  4. int? clientId}
)

A poll in quiz mode, which has exactly one correct answer option and can be answered only once

Implementation

PollTypeQuiz