requestDataBy

inline suspend fun <T> KookApiRequest<T>.requestDataBy(bot: KookComponentBot): T

通过指定Bot,利用其token和client发起请求并得到对应的data响应值。