ChatEventLocationChanged constructor

const ChatEventLocationChanged({
  1. ChatLocation? oldLocation,
  2. ChatLocation? newLocation,
})

The supergroup location was changed

Implementation

const ChatEventLocationChanged({
  this.oldLocation,
  this.newLocation,
});