BotVerifyInfoDecoder

bot验证信息的解码器。

默认提供的实现可以参考 StandardBotVerifyInfoDecoderFactory 的实现工厂。

See also

Functions

Link copied to clipboard
abstract override fun <T> decode(inputStream: InputStream, deserializer: DeserializationStrategy<T>): T

提供数据输入流和deserializer, 解析为目标类型。

Link copied to clipboard
abstract fun decodeComponentId(inputStream: InputStream): String?

尝试从提供的数据信息中解析得到当前配置中的组件信息。

Inheritors

Link copied to clipboard