method Client.prototype.deleteChatPhotoimport { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; deleteChatPhoto(chatId: number): Promise<void>Delete a chat's photo. ParameterschatId: numberThe identifier of the chat. ReturnsPromise<void>