ArchAstro. SDK. Types. Operations. PostApiV1TeamsTeamThreads. Input
(archastro v0.3.5)
Copy Markdown
Create a thread for a team
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1TeamsTeamThreads.Input{ skip_welcome_message: boolean() | ArchAstro.SDK.Unset.t(), thread: ArchAstro.SDK.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.Thread.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()