Record

poll-response

No description available.

record poll-response {
  results: option​<list​<poll-result>>,
  topic-id: option​<s64>,
  total-votes: option​<s32>,
}

Fields

NameTypeDescription
resultsoption​<list​<poll-result>>
topic-idoption​<s64>
total-votesoption​<s32>