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

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

Summary

Types

@type t() :: %ExGram.Model.PollAnswer{
  option_ids: [integer()],
  poll_id: String.t(),
  user: ExGram.Model.User.t() | nil,
  voter_chat: ExGram.Model.Chat.t() | nil
}

Functions