canUpdateChannelMembers property
bool
get
canUpdateChannelMembers
True, if the current user can update channel members.
Implementation
bool get canUpdateChannelMembers {
return ownCapabilities.contains(ChannelCapability.updateChannelMembers);
}