Gateway

data class Gateway(val url: String) : GatewayInfo

[https://bot.q.qq.com/wiki/develop/api/openapi/wss/url_get.html#%E8%BF%94%E5%9B%9E] 一个用于连接 websocket 的地址。

Constructors

Link copied to clipboard
fun Gateway(url: String)

Properties

Link copied to clipboard
open override val url: String