ArchAstro. Types. Operations. GetApiV1ThreadsThreadMessages. Params
(archastro v0.2.0)
Copy Markdown
List messages in a thread query parameters.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Params{ after_cursor: String.t() | ArchAstro.Unset.t(), after_limit: integer() | ArchAstro.Unset.t(), anchor: String.t() | ArchAstro.Unset.t(), anchor_agent: String.t() | ArchAstro.Unset.t(), anchor_agent_mode: String.t() | ArchAstro.Unset.t(), before_cursor: String.t() | ArchAstro.Unset.t(), before_limit: integer() | ArchAstro.Unset.t(), direction: String.t() | ArchAstro.Unset.t(), include_anchor: boolean() | ArchAstro.Unset.t(), include_reply_counts: boolean() | ArchAstro.Unset.t(), limit: integer() | ArchAstro.Unset.t(), metadata: ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Params.Nested.Metadata.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()