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