mentionCount property

  1. @JsonKey.new(name: 'mention_count')
int mentionCount
final

Number of unread mentions in the channel

Implementation

@JsonKey(name: 'mention_count')
final int mentionCount;