Skip to content

removeUserVerification

Returns boolean

Removes verification from a user who is currently verified on behalf of the organization represented by the bot.

Required: user_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("remove_user_verification", {
user_id: 0
})

Parameters

user_id number Required
Unique identifier of the target user.

removeBusinessAccountProfilePhoto · removeChatVerification · removeMyProfilePhoto