EditConversationEvent
Interface that represents the event passed
- as a resolve value by the Conversation.addParticipants, Conversation.editParticipants, Conversation.removeParticipants, Conversation.setTitle, Conversation.setPublicJoin, Conversation.setCustomData and Conversation.update methods
- as an argument to a callback function registered for the MessengerEvents.EditConversation event
Props
initiator
public initiatorMessaging user id of the user that initiated the event.
messengerAction
public messengerActionMessengerAction which is the reason the event has been triggered.
requestUuid
public requestUuidOptional. 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
public seqSequence of this event.
timestamp
public timestampOptional. UNIX timestamp (seconds) that specifies the time the event has been dispatched by the cloud.
uuid
public uuidConversation uuid.