myCountPreference property

  1. @JsonKey(name: 'count_preference')
CountPreference myCountPreference
read / write

Checks whether unread message count is enabled for this channel. This count preference can be set by GroupChannelConfiguration.setMyCountPreference.

Implementation

@JsonKey(name: 'count_preference')
CountPreference myCountPreference;