isOwner property

bool isOwner
getter/setter pair

A bool value that determines whether the conversation participant is an owner. There could be more than one owner in the conversation. If true, the participant can edit the conversation. If true and canManageParticipants 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 isOwner;