isDiscoverable property

bool? isDiscoverable
getter/setter pair

Determine whether the public group channel is discoverable. It is only for creating or updating a public group channel. This property will be ingored if isPublic is false.

Implementation

bool? isDiscoverable = true;