canManageParticipants property

bool canManageParticipants
getter/setter pair

A bool value that determines whether the conversation participant can manage other participants in the conversation:

  • add / remove / edit permissions
  • add / remove participants If true and isOwner is true, the participant can manage other owners.

Note that a value change doesn't apply changes by itself; there are appropriate methods for applying:

Implementation

bool canManageParticipants;