Enum imessage_database::tables::attachment::MediaType
source · pub enum MediaType<'a> {
Image(&'a str),
Video(&'a str),
Audio(&'a str),
Text(&'a str),
Application(&'a str),
Other(&'a str),
Unknown,
}Expand description
Represents the MIME type of a message’s attachment data