ChannelNoticeMessage

data class ChannelNoticeMessage(val channelId: String = "", val from: String = "", val message: String = "", val timestamp: String = "", val timestampMillis: Long = 0)

채널 공지 메시지 객체
Channel notice message object


korean

채널 공지 메시지 정보는 ChannelListener.onNoticeMessage 이벤트를 통해 전달된다.


english

The channel notice message information is delivered through the ChannelListener.onNoticeMessage event.

Constructors

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

Properties

Link copied to clipboard

channel ID

Link copied to clipboard

message sender

Link copied to clipboard

notice message content

Link copied to clipboard

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

Link copied to clipboard

the unix-timestamp when the notice message was sent (milliseconds)

Functions

Link copied to clipboard