Simple Robot
Toggle table of contents
5.0.0-Preview2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Simple Robot
simbot-component-qq-guild-stdlib
/
love.forte.simbot.qguild.stdlib
/
requestTextAsync
request
Text
Async
jvm
@
Api4J
@
JvmOverloads
fun
Bot
.
requestTextAsync
(
api
:
QQGuildApi
<
*
>
,
scope
:
CoroutineScope
?
=
null
)
:
CompletableFuture
<
String
>
(
source
)
直接通过bot进行请求。
异步请求使用的作用域
scope
默认为
Bot.apiClient
。