ExStreamClient.Model.UserUnmutedEvent (ExStreamClient v0.1.7)

View Source

Schema representing a UserUnmutedEvent

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.UserUnmutedEvent{
  created_at: float(),
  target_user: String.t() | nil,
  target_users: [String.t()] | nil,
  type: String.t(),
  user: ExStreamClient.Model.User.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()