ConversationConfig
Props
customData
customData: undefined
| object
Custom data of the conversation (up to 5kb).
direct
direct: undefined
| false
| true
Whether the conversation is direct. There can be only 2 participants in a direct conversation which is unique and the only one for these participants. There cannot be more than 1 direct conversation for the same 2 users. If one of these users tries to create a new direct conversation with the same participant via Messenger.createConversation, the method returns the UUID of the already existing direct conversation. A direct conversation cannot be uber and/or public.
participants
participants:
The conversation participants. The participants array can be changed via:
publicJoin
publicJoin: undefined
| false
| true
Whether the conversation is to be public or not. It can be changed via [Conversation.publicJoin}. If true, any user can join the conversation via Messenger.joinConversation by specifying its UUID. Use the Messenger.getPublicConversations method to retrieve all public conversations' UUIDs. A public conversation cannot be direct.
uber
uber: undefined
| false
| true
Whether the conversation is a uber conversation. Users in a uber conversation cannot retrieve messages that have been posted to the conversation after they quit. A uber conversation cannot be direct.