kaios-types
    Preparing search index...

    Interface MmsParameters

    Parameters for sending an MMS message.

    interface MmsParameters {
        attachments: MmsAttachment[];
        receivers: string[];
        smil?: string | null;
        subject?: string | null;
    }
    Index

    Properties

    attachments: MmsAttachment[]
    receivers: string[]
    smil?: string | null
    subject?: string | null