myCountPreference property

  1. @JsonKey(name: 'count_preference')
CountPreference myCountPreference
getter/setter pair

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;