myCountPreference property
- @JsonKey(defaultValue: CountPreference.all, name: 'count_preference')
getter/setter pair
Message count preference of current user in this channel The default value is all
Implementation
@JsonKey(defaultValue: CountPreference.all, name: 'count_preference')
CountPreference myCountPreference;