RetransmittedEvent
Interface that represents a single event in the array of retransmitted events passed in EventHandlers.RetransmitEventsEvent
- by the Conversation.retransmitEvents method
- to a callback function registered for the MessengerEvents.RetransmitEvents event
Props
initiator
initiator: number
Messaging user id of the user that initiated the event.
requestUuid
requestUuid: string
Optional. Messenger request UUID. There's no requestUuid only in EventHandlers.RetransmittedEvent and in EventHandlers.ErrorEvent when the actual request has not been made due to an invalid payload.
seq
seq: number
Sequence of this event.
timestamp
timestamp: number
Optional. UNIX timestamp (seconds) that specifies the time the event has been dispatched by the cloud.