ex_gram v0.10.0 ExGram.Model.Poll View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.Poll{
  allows_multiple_answers: boolean(),
  correct_option_id: integer(),
  id: String.t(),
  is_anonymous: boolean(),
  is_closed: boolean(),
  options: [ExGram.Model.PollOption.t()],
  question: String.t(),
  total_voter_count: integer(),
  type: String.t()
}