ArchAstro. SDK. Types. Operations. PutApiV1ThreadsThread. Input. Nested. ProfilePicture
(archastro v0.3.1)
Copy Markdown
ProfilePicture API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PutApiV1ThreadsThread.Input.Nested.ProfilePicture{ data: String.t() | ArchAstro.SDK.Unset.t(), filename: String.t() | ArchAstro.SDK.Unset.t(), mime_type: String.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()