chatEventAvailableReactionsChanged property
The chat available reactions were changed
Implementation
ChatEventAvailableReactionsChanged? get chatEventAvailableReactionsChanged {
if (this is ChatEventAvailableReactionsChanged) {
return this as ChatEventAvailableReactionsChanged;
}
return null;
}