Inline attachment payload for send, reply, and draft requests. data is the raw bytes base64-encoded by the JSON encoder.
send
reply
data
@type t() :: %Spatio.Model.AttachmentInput{ contentType: String.t(), data: binary(), filename: String.t(), size: integer() | nil }