ChatEventAvailableReactionsChanged constructor
ChatEventAvailableReactionsChanged({
- ChatAvailableReactions? oldAvailableReactions,
- ChatAvailableReactions? newAvailableReactions,
Implementation
ChatEventAvailableReactionsChanged({
this.oldAvailableReactions,
this.newAvailableReactions,
});