ex_gram v0.10.0 ExGram.Model.PollAnswer View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

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