Gateway

@SerialName(value = "n")
data class Gateway(val url: String) : GatewayInfo(source)

一个用于连接 websocket 的地址。GatewayApis.Normal 的响应体。

参考文档

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
open override val url: String