View Source Telegex.Type.PollAnswer (Telegex v1.2.1)
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() | nil, voter_chat: Telegex.Type.Chat.t() | nil }