reactions property

List<Reaction>? reactions
final

List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to clear off all your feedback.

Implementation

final List<Reaction>? reactions;