ExStreamClient.Model.PollVotesResponse (ExStreamClient v0.1.5)
View SourceSchema representing a PollVotesResponse
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.PollVotesResponse{ duration: String.t(), next: String.t() | nil, prev: String.t() | nil, votes: [ExStreamClient.Model.PollVoteResponseData.t()] }