View Source Inbox.Attachment (Inbox v0.1.3)

Struct for incoming attachments.

Summary

Types

t()

@type t() :: %Inbox.Attachment{
  content_length: number(),
  content_type: String.t(),
  data: binary() | nil,
  filename: String.t(),
  id: String.t() | nil
}