Record

poll

No description available.

record poll {
  allows-multiple-answers: bool,
  close-date: option​<s32>,
  correct-option-id: option​<s32>,
  explanation: option​<string>,
  explanation-entities: option​<list​<message-entity>>,
  id: string,
  is-anonymous: bool,
  is-closed: bool,
  open-period: option​<s32>,
  options: list​<poll-option>,
  question: string,
  total-voter-count: s32,
  type-op: string,
}

Fields

NameTypeDescription
allows-multiple-answersbool
close-dateoption​<s32>
correct-option-idoption​<s32>
explanationoption​<string>
explanation-entitiesoption​<list​<message-entity>>
idstring
is-anonymousbool
is-closedbool
open-periodoption​<s32>
optionslist​<poll-option>
questionstring
total-voter-counts32
type-opstring