philia
Preparing search index...
protocol/onebot/v11/type/message
Reply
Interface Reply
回复消息
interface
Reply
{
data
:
{
id
:
string
;
text
?:
string
}
;
type
:
"reply"
;
}
Hierarchy (
View Summary
)
AMessage
Reply
Index
Properties
data
type
Properties
data
data
:
{
id
:
string
;
text
?:
string
}
消息数据
Type declaration
id
:
string
回复的消息 ID
Optional
text
?:
string
回复的消息内容
type
type
:
"reply"
消息类型
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
type
philia
Loading...
回复消息