reactions property
List of reactions that are present on the message.
Implementation
@JsonKey(name: 'reactions')
List<ReactionCount> get reactions;
List of reactions that are present on the message.
@JsonKey(name: 'reactions')
List<ReactionCount> get reactions;