MessageEvent
This API is in beta and subject to change.
Interface that represents messenger events related to messages (send, update, remove).
Extends MessengerEvent which provides service information (IM user id, action, event type).
Props
message
val message:
This API is in beta and subject to change.
The message information.
Returns
type:
sequence
val sequence: Long
This API is in beta and subject to change.
The sequence number for this event.
Returns
type:
Long
timestamp
val timestamp: Long
This API is in beta and subject to change.
The UNIX timestamp (seconds) that specifies the time the message event has been provoked.
Returns
type:
Long