mentionCount property

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

Number of unread mentions in the channel

Implementation

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