VIConversationEvent
Interface that represents messenger events related to conversations such as create, edit, remove, etc.
Extends VIMessengerEvent which provides service information (IM user id, action, event type).
Props
conversation
conversationVIConversation with the conversation details.
Returns
type:
sequence
int
sequenceSequence number of this event.
Returns
type:
int
timestamp
int
timestampUNIX timestamp (seconds) that specifies the time the conversation event has been triggered.
Returns
type:
int