ChatAvailableReactionsSome constructor
const
ChatAvailableReactionsSome({
- required List<
ReactionType> reactions,
Only specific reactions are available in the chat
Implementation
const ChatAvailableReactionsSome({
required this.reactions,
});