IConversationEvent
Interface that represents messenger events related to conversations such as create, edit, remove, etc.
Extends IMessengerEvent which provides service information (IM user's ID, action, event type).
Methods
getSequence
long
getSequence()
Gets the sequence number of this event.
Returns
type:
long
getTimestamp
long
getTimestamp()
Gets the UNIX timestamp (seconds) that specifies the time the conversation event has been triggered.
Returns
type:
long