Full message interface for advanced usage

interface FullMessage {
    parts?: MessagePart[];
}

Hierarchy

  • Content
    • FullMessage

Properties

Properties

parts?: MessagePart[]

List of parts that constitute a single message. Each part may have a different IANA MIME type.