ExitedMember

data class ExitedMember(val channelId: String = "", val playerId: Long = 0, val timestamp: String = "", val timestampMillis: Long = 0)

채널에서 퇴장한 멤버 객체
Member object who exited the channel


korean

채널에서 퇴장한 멤버 정보는 ChannelListener.onExitedMember 이벤트를 통해 전달 받는다.


english

The information of the member who exited the channel is received through the ChannelListener.onExitedMember event.

Constructors

Link copied to clipboard
constructor(channelId: String = "", playerId: Long = 0, timestamp: String = "", timestampMillis: Long = 0)

Properties

Link copied to clipboard

channel id

Link copied to clipboard
val playerId: Long = 0

player id

Link copied to clipboard

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

Link copied to clipboard

exited unix timestamp (milliseconds)

Functions

Link copied to clipboard