VIConversationServiceEvent
Interface that represents messenger events such as typing, markAsRead.
Extends VIMessengerEvent which provides service information (IM user id, action, event type).
Props
conversationUUID
@property (strong, readonly, nonatomic) NSString *
conversationUUID
Conversation's UUID associated with this event.
Returns
type:
NSString *
sequence
@property (assign, readonly, nonatomic) SInt64
sequence
Sequence number of the event that is marked as read by the user initiated this event. Only available for VIMessengerEventTypeIsRead.
Returns
type:
SInt64