Simple Robot 组件 | OneBot
Toggle table of contents
1.7.0
jvm
Platform filter
jvm
Switch theme
Search in API
Simple Robot 组件 | OneBot
simbot-component-onebot-v11-core
/
love.forte.simbot.component.onebot.v11.core.api
/
requestDataReserve
request
Data
Reserve
jvm
@
Api4J
@
JvmOverloads
fun
<
T
:
Any
>
OneBotApi
<
T
>
.
requestDataReserve
(
client
:
HttpClient
,
host
:
Url
,
accessToken
:
String
?
=
null
,
actionSuffixes
:
Collection
<
String
>
?
=
null
,
charset
:
Charset
=
Charsets.UTF_8
,
scope
:
CoroutineScope
?
=
null
,
decoder
:
Json
=
OneBot11.DefaultJson
)
:
SuspendReserve
<
T
>
(
source
)
@
Api4J
@
JvmOverloads
fun
<
T
:
Any
>
OneBotApi
<
T
>
.
requestDataReserve
(
client
:
HttpClient
,
host
:
String
,
accessToken
:
String
?
=
null
,
actionSuffixes
:
Collection
<
String
>
?
=
null
,
charset
:
Charset
=
Charsets.UTF_8
,
scope
:
CoroutineScope
?
=
null
,
decoder
:
Json
=
OneBot11.DefaultJson
)
:
SuspendReserve
<
T
>
(
source
)
异步地请求
OneBotApi
.
See also
request
Data