reactions property

Map<String, String>? reactions
final

Reactions to the message. Map where key is emoji and value is list of user IDs who reacted with that emoji.

Implementation

final Map<String, String>? reactions;