direct property

bool direct
final

A bool value that determines whether the conversation is direct.

A direct conversation can't be uber and/or public.

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.

Implementation

final bool direct;