ExStreamClient.Model.QueryMembersPayload (ExStreamClient v0.1.7)

View Source

Schema representing a QueryMembersPayload

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

t()

@type t() :: %ExStreamClient.Model.QueryMembersPayload{
  filter_conditions: %{optional(String.t()) => any()},
  id: String.t() | nil,
  limit: integer() | nil,
  members: [ExStreamClient.Model.ChannelMember.t()] | nil,
  offset: integer() | nil,
  sort: [ExStreamClient.Model.SortParamRequest.t()] | nil,
  type: String.t(),
  user: ExStreamClient.Model.UserRequest.t() | nil,
  user_id: String.t() | nil
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()