import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike } from '../../types/index.js'; /** * Delete a chat photo * * You must be an administrator and have the appropriate permissions. * * @param chatId Chat ID or username */ export declare function deleteChatPhoto(client: ITelegramClient, chatId: InputPeerLike): Promise;