ByteArrayBotVerifyInfo    
    class ByteArrayBotVerifyInfo(val decoder: BotVerifyInfoDecoder, val name: String, value: ByteArray) : DecoderBotVerifyInfo(source)
将 ByteArray 内容作为 BotVerifyInfo 实现。
Properties
Link copied to clipboard
                  获取此验证信息的组件id。默认情况下优先尝试通过 initializedComponentId 初始化信息, 如果 initializedComponentId 值为null, 则尝试通过 decoder.decodeComponentId(...) 来初始化组件id信息。
Link copied to clipboard
                  Link copied to clipboard
                  已经初始化了的组件id信息。
Functions
Link copied to clipboard
                  提供一个 DeserializationStrategy, 将当前验证信息解码为目标类型。
Link copied to clipboard
                  读取其输入流.
Link copied to clipboard
                  读取其输入流. 同 inputStream.
Link copied to clipboard
                  将一个 Resource 转为 BotVerifyInfo.
Link copied to clipboard