ArchAstro. SDK. Types. Operations. GetApiV1ThreadsThreadSearch. Params
(archastro v0.3.3)
Copy Markdown
Search messages in a thread query parameters.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1ThreadsThreadSearch.Params{ after_cursor: String.t() | ArchAstro.SDK.Unset.t(), app: String.t() | ArchAstro.SDK.Unset.t(), before_cursor: String.t() | ArchAstro.SDK.Unset.t(), limit: integer() | ArchAstro.SDK.Unset.t(), mode: String.t() | ArchAstro.SDK.Unset.t(), q: String.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()