Channel notice message object
The channel notice message information is delivered through the ChannelHandler.onNoticeMessage event.
More...
Public Attributes | |
| String | channelId |
| Channel ID. | |
| String | from |
| Message sender. | |
| String | message |
| Notice message content. | |
| String | timestamp |
| Timestamp when the notice message was sent (UTC+0, in the format yyyy-MM-dd'T'HH:mm:ss.SSSZ) | |
| Int64 | timestampMillis |
| Timestamp when the notice message was sent (UTC+0, in the format unixtime) | |
Channel notice message object
The channel notice message information is delivered through the ChannelHandler.onNoticeMessage event.