FormattedEventMessage interface

提供不同格式的事件消息

属性

html

获取或设置消息的 html 格式

markdown

获取或设置消息的 Markdown 格式

text

获取或设置消息的原始文本

属性详细信息

html

获取或设置消息的 html 格式

html: string

属性值

string

markdown

获取或设置消息的 Markdown 格式

markdown: string

属性值

string

text

获取或设置消息的原始文本

text: string

属性值

string