ex_gram v0.8.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{
  id: String.t(),
  is_closed: boolean(),
  options: [ExGram.Model.PollOption.t()],
  question: String.t()
}