removeChatVerification
Returns boolean ↗
Removes verification from a chat that is currently verified on behalf of the organization represented by the bot.
Required: chat_id
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_chat_verification", { 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).
Related methods
removeBusinessAccountProfilePhoto · removeMyProfilePhoto · removeUserVerification