Message part interface for flexible message input

interface MessagePart {
    image?: string;
}

Hierarchy

  • Part
    • MessagePart

Properties

Properties

image?: string