BaseMessageContent: {
    content: string;
    content_type: MessageContentTypeEnum;
}

Represents a piece of content that can be part of a message.

Type declaration

Param: id:

the ID of the message content

Param: ontent:

the content of the message

Generated using TypeDoc