IMessageEvent
Interface that represents messenger events related to messages (send, update, remove).
Extends IMessengerEvent which provides service information (IM user's ID, action, event type).
Methods
getSequence
getSequence(): long
Gets the sequence number for this event.
Returns
type:
long
getTimestamp
getTimestamp(): long
Gets the UNIX timestamp (seconds) that specifies the time the message event has been triggered.
Returns
type:
long