Schema representing a MembersResponse
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.MembersResponse{ duration: String.t(), members: [ExStreamClient.Model.ChannelMemberResponse.t()] }