direct property
Check if a conversation is configured as direct or not.
There can be only 2 participants in a direct conversation which is unique and the only one for these participants. There can't 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 VIMessenger.createConversation, the method will return the UUID of the already existing direct conversation.
A direct conversation can't be uber and/or public.
Implementation
bool direct;