chatEventLocationChanged property

ChatEventLocationChanged? chatEventLocationChanged

The supergroup location was changed

Implementation

ChatEventLocationChanged? get chatEventLocationChanged {
  if (this is ChatEventLocationChanged) {
    return this as ChatEventLocationChanged;
  }
  return null;
}