Schema representing a GroupedQueryChannelsResponse
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.GroupedQueryChannelsResponse{ duration: String.t(), groups: %{ optional(String.t()) => ExStreamClient.Model.GroupedChannelsBucket.t() } }