Typed AttachmentRequest model.
@type t() :: %ApolloSignal.Types.AttachmentRequest{ content: String.t(), content_id: String.t() | nil, content_type: String.t(), disposition: String.t() | nil, filename: String.t() }
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()