ppagent / SourceChatRichTextContent
Type Alias: SourceChatRichTextContent
SourceChatRichTextContent =
object
Defined in: src/source/source.ts:288
富文本格式。与Markdown的区别是Markdown以纯文本传输,富文本中的图像是直接嵌入为file的,富文本只支持图文的有序排列。
Properties
content
content:
object[]
Defined in: src/source/source.ts:289
customData?
optionalcustomData:any
data
data:
SourceChatTextContent|SourceChatImageContent|SourceChatVideoContent|string
type
type:
"text"|"image"|"video"|"custom"|"at"|"file"
title?
optionaltitle:string
Defined in: src/source/source.ts:294