ex_gram v0.20.0 ExGram.Model.Poll View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExGram.Model.Poll{
allows_multiple_answers: boolean(),
close_date: integer() | nil,
correct_option_id: integer() | nil,
explanation: String.t() | nil,
explanation_entities: [ExGram.Model.MessageEntity.t()] | nil,
id: String.t(),
is_anonymous: boolean(),
is_closed: boolean(),
open_period: integer() | nil,
options: [ExGram.Model.PollOption.t()],
question: String.t(),
total_voter_count: integer(),
type: String.t()
}