ExGram.Model.PollAnswer (ex_gram v0.29.0) View Source

This object represents an answer of a user in a non-anonymous poll.

Check the documentation of this model in https://core.telegram.org/bots/api#pollanswer

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.PollAnswer{
  option_ids: [integer()],
  poll_id: String.t(),
  user: ExGram.Model.User.t()
}

Link to this section Functions