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
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.
Related methods
removeBusinessAccountProfilePhoto · removeChatVerification · removeMyProfilePhoto