OtherClientInfo  
    data class OtherClientInfo @MiraiInternalApi constructor(    val appId: Int,     val platform: Platform?,     val deviceName: String,     val deviceKind: String)
Content copied to clipboard
Constructors
Link copied to clipboard
                fun OtherClientInfo(    appId: Int,     platform: Platform?,     deviceName: String,     deviceKind: String)
Content copied to clipboard