PollTypeRegular constructor

PollTypeRegular(
  1. {required bool allow_multiple_answers,
  2. int? extra,
  3. int? clientId}
)

A regular poll

Implementation

PollTypeRegular