UnreadReaction constructor

UnreadReaction(
  1. {required ReactionType type,
  2. required MessageSender sender_id,
  3. required bool is_big,
  4. int? extra,
  5. int? clientId}
)

Contains information about an unread reaction to a message

Implementation

UnreadReaction