ArchAstro. SDK. Types. CustomObjectJoinResponse
(archastro v0.3.0)
Copy Markdown
Initial authoritative snapshot returned by a custom-object channel join.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.CustomObjectJoinResponse{ connection_id: String.t(), fields: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} | nil, id: String.t() | nil, presence: [%{optional(String.t()) => ArchAstro.SDK.JSON.t()}], readonly: boolean() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()