View Source Telegex.Type.PollAnswer (Telegex v1.0.0-rc.5)
This object represents an answer of a user in a non-anonymous poll.
Link to this section Summary
Link to this section Types
@type t() :: %Telegex.Type.PollAnswer{ option_ids: [integer()], poll_id: String.t(), user: Telegex.Type.User.t() }