requestTextReserve
fun Bot.requestTextReserve(api: QQGuildApi<*>, scope: CoroutineScope? = null): SuspendReserve<String>(source)
直接通过bot进行请求。
SuspendReserve 可能使用的作用域 scope 默认为 Bot.apiClient。
直接通过bot进行请求。
SuspendReserve 可能使用的作用域 scope 默认为 Bot.apiClient。