ChatEventAvailableReactionsChanged constructor
const
ChatEventAvailableReactionsChanged({
- required ChatAvailableReactions oldAvailableReactions,
- required ChatAvailableReactions newAvailableReactions,
The chat available reactions were changed
Implementation
const ChatEventAvailableReactionsChanged({
required this.oldAvailableReactions,
required this.newAvailableReactions,
});