import { Chat } from '@airgram-dev/core'; /** * A new chat has been loaded/created. This update is guaranteed to come before the * chat identifier is returned to the client. The chat field changes will be reported * through separate updates */ export declare class UpdateNewChatBaseModel { _: 'updateNewChat'; /** The chat */ chat: Chat; }