Skip to content

deleteChatPhoto

Returns boolean

Use this method to delete a chat photo. Photos can’t be changed for private chats. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights.

Required: chat_id

Try it
Token saved
Response

TypeScript example · @effect-ak/tg-bot-client
import { makeTgBotClient } from "@effect-ak/tg-bot-client"
const client = makeTgBotClient({ bot_token: "YOUR_BOT_TOKEN" })
const result = await client.execute("delete_chat_photo", {
chat_id: "YOUR_CHAT_ID"
})

Parameters

chat_id number | string Required
Unique identifier for the target chat or username of the target channel (in the format @channelusername).

deleteBusinessMessages · deleteChatStickerSet · deleteForumTopic · deleteMessage · deleteMessages · deleteMyCommands · deleteStickerFromSet · deleteStickerSet · deleteStory · deleteWebhook