Rate this page:

RetransmittedEvent

Interface that represents a single event in the array of retransmitted events passed in EventHandlers.RetransmitEventsEvent

Props

conversation

Copy URL
conversation: 

Conversation

Conversation object. Only in Conversation events.

initiator

Copy URL
initiator: 

number

Messaging user id of the user that initiated the event.

message

Copy URL
message: 

Message

Message object. Only in Message events.

messengerAction

Copy URL
messengerAction: 

MessengerAction

MessengerAction which is the reason the event was triggered.

requestUuid

Copy URL
requestUuid: 

string

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

Copy URL
seq: 

number

Sequence of this event.

timestamp

Copy URL
timestamp: 

number

UNIX timestamp (seconds) that specifies the time the event was dispatched by the cloud.