ChatAvailableReactionsSome constructor

ChatAvailableReactionsSome({
  1. required List<ReactionType> reactions,
  2. required int maxReactionCount,
})

Implementation

ChatAvailableReactionsSome({
  required this.reactions,
  required this.maxReactionCount,
});