BlockMember

data class BlockMember(val playerId: Long, val blockedTime: String, val blockedTimeMillis: Long)

차단 멤버 조회시 반환되는 차단 멤버 객체
Blocked member object returned when retrieving blocked members

Constructors

Link copied to clipboard
constructor(playerId: Long, blockedTime: String, blockedTimeMillis: Long)

Properties

Link copied to clipboard

timestamp of when the member was blocked (UTC+0, in the format yyyy-MM-dd'T'HH:mm:ss.SSSZ)

Link copied to clipboard

unix-timestamp of when the member was blocked (milliseconds)

Link copied to clipboard

player id

Functions

Link copied to clipboard