reactions property

  1. @JsonKey(name: 'reactions')
List<ReactionCount> get reactions
inherited

List of reactions that are present on the message.

Implementation

@JsonKey(name: 'reactions')
List<ReactionCount> get reactions;