Type Alias AttachmentType

Source
pub type AttachmentType<'a> = CreateAttachment;
👎Deprecated: use CreateAttachment instead

Aliased Type§

struct AttachmentType<'a> {
    pub filename: String,
    pub description: Option<String>,
    pub data: Vec<u8>,
    /* private fields */
}

Fields§

§filename: String§description: Option<String>§data: Vec<u8>