removeMyProfilePhoto
Returns boolean ↗
Removes the profile photo of the bot. Requires no parameters.
Try it
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("remove_my_profile_photo")Related methods
removeBusinessAccountProfilePhoto · removeChatVerification · removeUserVerification