Telegex v0.0.2 Telegex.Model.PollAnswer View Source

Link to this section Summary

Link to this section Types

Specs

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