requestDataBy

suspend fun <T : Any> KookApi<T>.requestDataBy(bot: KookBot): T(source)

使用 KookApi 通过 bot 发起请求。

See also