ChatAvailableReactionsSome constructor

const ChatAvailableReactionsSome({
  1. required List<ReactionType> reactions,
})

Only specific reactions are available in the chat

Implementation

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