Record
poll-response
No description available.
record poll-response {
results: option<list<poll-result>>,
topic-id: option<s64>,
total-votes: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| results | option<list<poll-result>> | |
| topic-id | option<s64> | |
| total-votes | option<s32> |