import { SecretChat } from '@airgram-dev/core'; /** * Some data of a secret chat has changed. This update is guaranteed to come before * the secret chat identifier is returned to the client */ export declare class UpdateSecretChatBaseModel { _: 'updateSecretChat'; /** New data about the secret chat */ secretChat: SecretChat; }