chatEventAvailableReactionsChanged property

ChatEventAvailableReactionsChanged? chatEventAvailableReactionsChanged

The chat available reactions were changed

Implementation

ChatEventAvailableReactionsChanged? get chatEventAvailableReactionsChanged {
  if (this is ChatEventAvailableReactionsChanged) {
    return this as ChatEventAvailableReactionsChanged;
  }
  return null;
}