Member

data class Member(val playerId: Long, val connectedTime: String, val connectedTimeMillis: Long)

멤버 및 채널 정보 조회시 반환되는 멤버 객체
Member object returned when retrieving member and channel information

Constructors

Link copied to clipboard
constructor(playerId: Long, connectedTime: String, connectedTimeMillis: Long)

Properties

Link copied to clipboard

connection timestamp (UTC+0, in the format yyyy-MM-dd'T'HH:mm:ss.SSSZ)

Link copied to clipboard

connection unix timestamp (milliseconds)

Link copied to clipboard

player id

Functions

Link copied to clipboard