You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method removes verification from a user who is currently verified [on behalf of the organization](https://telegram.org/verify#third-party-verification) which is represented by the bot.
2646
+
2647
+
**Kind**: instance method of [<code>TelegramBot</code>](#TelegramBot)
2648
+
**Returns**: <code>Promise</code> - On success, returns true.
This method removes verification from a chat who is currently verified [on behalf of the organization](https://telegram.org/verify#third-party-verification) which is represented by the bot.
2659
+
2660
+
**Kind**: instance method of [<code>TelegramBot</code>](#TelegramBot)
2661
+
**Returns**: <code>Promise</code> - On success, returns true.
* This method removes verification from a user who is currently verified [on behalf of the organization](https://telegram.org/verify#third-party-verification) which is represented by the bot.
3388
+
*
3389
+
* @param {Number} userId Unique identifier of the target user
returnthis._request('removeUserVerification',{ form });
3396
+
}
3397
+
3398
+
/**
3399
+
* This method removes verification from a chat who is currently verified [on behalf of the organization](https://telegram.org/verify#third-party-verification) which is represented by the bot.
3400
+
*
3401
+
* @param {Number} chatId Unique identifier of the target chat
0 commit comments