ArchAstro. Types. Operations. PostApiV1TeamsTeamThreads. Input
(archastro v0.2.0)
Copy Markdown
Create a thread for a team
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input{ skip_welcome_message: boolean() | ArchAstro.Unset.t(), thread: ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.Thread.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()