replyCount property

  1. @JsonKey(includeToJson: false)
int? replyCount
final

Reserved field indicating the number of replies for this message.

Implementation

@JsonKey(includeToJson: false)
final int? replyCount;