requestDataReserve
fun <R : Any> Bot.requestDataReserve(api: QQGuildApi<R>, scope: CoroutineScope? = null): SuspendReserve<R>(source)
直接通过bot进行请求。
SuspendReserve 可能使用的作用域 scope 默认为 Bot.apiClient。
See also
Throws
如果返回状态码不在 200..300之间。