SetStatusEvent
Interface that represents the event passed
- as a resolve value by the Messenger.setStatus method
- as an argument to a callback function registered for the MessengerEvents.SetStatus event
Props
initiator
Messaging user id of the user that initiated the event.
messengerAction
MessengerAction which is the reason the event has been triggered.
online
Whether the user is online.
requestUuid
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.
timestamp
Optional. UNIX timestamp (seconds) that specifies the time the event has been dispatched by the cloud.