ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatTyping. Input
(archastro v0.2.0)
Copy Markdown
Signal that the current user has started or stopped typing in the thread
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatTyping.Input{ is_typing: boolean() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()