Nadia.Model.PollAnswer (nadia v1.4.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.PollAnswer{
  option_ids: [integer()],
  option_persistent_ids: [binary()],
  poll_id: binary(),
  user: Nadia.Model.User.t(),
  voter_chat: Nadia.Model.Chat.t()
}