Available on crate feature 
events only.Expand description
Modules for events in the m.poll namespace (MSC3381).
This module also contains types shared by events in its child namespaces.
Modules§
- end
 - Types for the 
m.poll.endevent. - response
 - Types for the 
m.poll.responseevent. - start
 - Types for the 
m.poll.startevent. - unstable_
end  - Types for the 
org.matrix.msc3381.poll.endevent, the unstable version ofm.poll.end. - unstable_
response  - Types for the 
org.matrix.msc3381.poll.responseevent, the unstable version ofm.poll.response. - unstable_
start  - Types for the 
org.matrix.msc3381.poll.startevent, the unstable version ofm.poll.start. 
Structs§
- Poll
Response Data  - The data from a poll response necessary to compile poll results.
 
Functions§
- compile_
poll_ results  - Generate the current results with the given poll and responses.
 - compile_
unstable_ poll_ results  - Generate the current results with the given unstable poll and responses.