/** * A deleted user or deleted bot. No information on the user besides the user_id is * available. It is not possible to perform any active actions on this type of user */ export declare class UserTypeDeletedBaseModel { _: 'userTypeDeleted'; }