ArchAstro. SDK. Types. ChannelPayloads. ApiObjectChannel. PresenceUpdate. Input
(archastro v0.3.2)
Copy Markdown
Input API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiObjectChannel.PresenceUpdate.Input{ presence: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()