requestRawByReserve

@Api4J
fun OneBotApi<*>.requestRawByReserve(bot: OneBotBot): SuspendReserve<String>(source)

Deprecated

Use OneBotBot.execute* API

Replace with

bot.executeRawReserve(this)

使用 botthis 发起一次预处理地请求,

更多描述参考 OneBotApi.requestRawBy

See also

Throws

如果响应状态码不是 2xx (参考 HttpStatusCode.isSuccess)