ChatEventAvailableReactionsChanged constructor

const ChatEventAvailableReactionsChanged({
  1. required ChatAvailableReactions oldAvailableReactions,
  2. required ChatAvailableReactions newAvailableReactions,
})

The chat available reactions were changed

Implementation

const ChatEventAvailableReactionsChanged({
  required this.oldAvailableReactions,
  required this.newAvailableReactions,
});