/** A supergroup has been created from a basic group */ export declare class MessageChatUpgradeFromBaseModel { _: 'messageChatUpgradeFrom'; /** Title of the newly created supergroup */ title: string; /** The identifier of the original basic group */ basicGroupId: number; }