ownReactions property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
List<Reaction>? ownReactions
final

The reactions added to the message by the current user.

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final List<Reaction>? ownReactions;