ArchAstro. SDK. Types. Operations. GetApiV1ThreadsThreadMessages. Params
(archastro v0.3.5)
Copy Markdown
List messages in a thread query parameters.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1ThreadsThreadMessages.Params{ after_cursor: String.t() | ArchAstro.SDK.Unset.t(), after_limit: integer() | ArchAstro.SDK.Unset.t(), anchor: String.t() | ArchAstro.SDK.Unset.t(), anchor_agent: String.t() | ArchAstro.SDK.Unset.t(), anchor_agent_mode: String.t() | ArchAstro.SDK.Unset.t(), before_cursor: String.t() | ArchAstro.SDK.Unset.t(), before_limit: integer() | ArchAstro.SDK.Unset.t(), direction: String.t() | ArchAstro.SDK.Unset.t(), include_anchor: boolean() | ArchAstro.SDK.Unset.t(), include_reply_counts: boolean() | ArchAstro.SDK.Unset.t(), limit: integer() | ArchAstro.SDK.Unset.t(), metadata: ArchAstro.SDK.Types.Operations.GetApiV1ThreadsThreadMessages.Params.Nested.Metadata.t() | ArchAstro.SDK.Unset.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()