philia
Preparing search index...
protocol/onebot/v11/type/api
Request
Interface Request<T>
interface
Request
<
T
extends
keyof
IAPI
=
keyof
IAPI
>
{
action
:
T
;
echo
:
string
;
params
:
IAPI
[
T
]
[
"request"
]
;
}
Type Parameters
T
extends
keyof
IAPI
=
keyof
IAPI
Index
Properties
action
echo
params
Properties
action
action
:
T
请求的 API 名称
echo
echo
:
string
'回声', 如果指定了 echo 字段, 那么响应包也会同时包含一个 echo 字段, 它们会有相同的值
params
params
:
IAPI
[
T
]
[
"request"
]
请求参数
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
echo
params
philia
Loading...
请求的 API 名称