ExStreamClient.Model.ThreadParticipant (ExStreamClient v0.1.11)
View SourceSchema representing a ThreadParticipant
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.ThreadParticipant{ app_pk: integer(), channel_cid: String.t(), created_at: DateTime.t() | integer() | String.t(), custom: %{optional(String.t()) => any()}, last_read_at: DateTime.t() | integer() | String.t(), last_thread_message_at: (DateTime.t() | integer() | String.t()) | nil, left_thread_at: (DateTime.t() | integer() | String.t()) | nil, thread_id: String.t() | nil, user: ExStreamClient.Model.UserResponse.t() | nil, user_id: String.t() | nil }