pub type Attachments = Vec<(String, Vec<u8>)>;
Named binary payloads accompanying an application message: dropped asset bytes, a glTF with its resources, a saved file.
pub struct Attachments { /* private fields */ }