import { Supergroup } from '@airgram-dev/core'; /** * Some data of a supergroup or a channel has changed. This update is guaranteed to * come before the supergroup identifier is returned to the client */ export declare class UpdateSupergroupBaseModel { _: 'updateSupergroup'; /** New data about the supergroup */ supergroup: Supergroup; }