ArchAstro. SDK. Types. Operations. PutApiV1ThreadsThreadPicture. Input
(archastro v0.3.0)
Copy Markdown
Update a thread's profile picture
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PutApiV1ThreadsThreadPicture.Input{ picture: ArchAstro.SDK.Types.Operations.PutApiV1ThreadsThreadPicture.Input.Nested.Picture.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()