ExTwitter.Model.Poll (extwitter v0.14.0) View Source

Poll object.

Reference

Poll object

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTwitter.Model.Poll{
  duration_minutes: pos_integer(),
  end_datetime: String.t(),
  options: [map()],
  raw_data: map()
}