NoticeMessage

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

사용자 공지 메시지
User notice message object


korean

사용자 공지 메시지 정보는 UserListener.onNoticeMessage 이벤트를 통해 전달된다.


english

The user notice message information is delivered through the UserListener.onNoticeMessage event.

Constructors

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

Properties

Link copied to clipboard

message sender

Link copied to clipboard

message content

Link copied to clipboard

the timestamp when the 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 message was sent (milliseconds)

Functions

Link copied to clipboard