ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatPostSimpleMessage. Response. Nested. MessageAttachmentsItemImageSource
(archastro v0.3.2)
Copy Markdown
MessageAttachmentsItemImageSource API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItemImageSource{ file: String.t() | nil | ArchAstro.SDK.Unset.t(), height: integer() | nil | ArchAstro.SDK.Unset.t(), media: String.t() | nil | ArchAstro.SDK.Unset.t(), mime_type: String.t() | nil | ArchAstro.SDK.Unset.t(), refresh_url: String.t() | nil | ArchAstro.SDK.Unset.t(), url: String.t() | nil | ArchAstro.SDK.Unset.t(), width: integer() | nil | 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()