OtherClientInfo

data class OtherClientInfo @MiraiInternalApi constructor(    val appId: Int,     val platform: Platform?,     val deviceName: String,     val deviceKind: String)

Constructors

Link copied to clipboard
fun OtherClientInfo(    appId: Int,     platform: Platform?,     deviceName: String,     deviceKind: String)

Properties

Link copied to clipboard
val appId: Int

仅运行时识别. 随着客户端更新此 ID 可能有变化.

Link copied to clipboard
val deviceKind: String

示例:

Link copied to clipboard
val deviceName: String

示例:

Link copied to clipboard
val platform: Platform?

登录平台