Package-level declarations

Functions

Link copied to clipboard
inline suspend fun <R> TencentGuildComponentBot.request(api: TencentApi<R>): R
inline suspend fun <R> TencentApi<R>.request(bot: TencentGuildComponentBot): R

直接通过bot进行请求。

Link copied to clipboard
inline suspend fun <R> TencentApi<R>.requestBy(bot: TencentGuildComponentBot): R

直接通过bot进行请求。