ArchAstro. Types. CustomObjectPresenceAck
(archastro v0.2.0)
Copy Markdown
Acknowledges an ephemeral custom-object presence update.
Summary
Types
@type t() :: %ArchAstro.Types.CustomObjectPresenceAck{connection_id: String.t()}
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()