philia
Preparing search index...
protocol/type/message
Text
Interface Text
文本消息
interface
Text
{
data
:
string
;
markdown
?:
string
;
raw
?:
any
;
type
:
"text"
;
url
?:
string
;
}
Hierarchy (
View Summary
)
AMessage
Text
Index
Properties
data
markdown?
raw?
type
url?
Properties
data
data
:
string
文本数据
Optional
markdown
markdown
?:
string
Markdown 数据,仅支持 Markdown 时有效
Optional
raw
raw
?:
any
平台原始字段
type
type
:
"text"
消息类型
Optional
url
url
?:
string
URL 数据,发送链接消息时使用
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
markdown
raw
type
url
philia
Loading...
文本消息