updateSupergroup property
Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the application
Implementation
UpdateSupergroup? get updateSupergroup {
if (this is UpdateSupergroup) {
return this as UpdateSupergroup;
}
return null;
}