canRemoveMessages property
A bool value that determines whether the conversation participant can remove its own messages. Default is true
Note that a value change doesn't apply changes by itself; there are appropriate methods for applying:
- VIConversation.editParticipants for an existing conversation
- VIMessenger.createConversation for a new conversation
Implementation
bool canRemoveMessages;