requestData

suspend fun <T : Any> KookBot.requestData(api: KookApi<T>): T(source)

使用 KookBotapi 发起请求。

See also