kaios-types
    Preparing search index...

    Interface MmsAttachment

    Represents an attachment in an MMS message.

    interface MmsAttachment {
        content?: Blob | null;
        id?: string | null;
        location?: string | null;
    }
    Index

    Properties

    content?: Blob | null
    id?: string | null
    location?: string | null