DeletedChannel

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

삭제된 채널 정보 객체
Deleted channel information object


korean

삭제된 채널의 정보는 ChannelListener.onDeletedChannel 이벤트를 통해 전달된다.


english

The information of the deleted channel is delivered through the DeletedChannel event.

Constructors

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

Properties

Link copied to clipboard

channel id

Link copied to clipboard

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

Link copied to clipboard

deleted unix timestamp (milliseconds)

Functions

Link copied to clipboard