ChatEventAvailableReactionsChanged constructor

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

Implementation

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