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
@property (strong, readonly, nonatomic) conversation
Instance with the conversation details.
Returns
type:
sequence
@property (assign, readonly, nonatomic) SInt64
sequence
Sequence number of this event.
Returns
type:
SInt64
timestamp
@property (assign, readonly, nonatomic) NSTimeInterval
timestamp
UNIX timestamp (seconds) that specifies the time the conversation event has been provoked.
Returns
type:
NSTimeInterval