verify_user()¶
- Client.verify_user()
Verifies a user on behalf of the organization represented by the bot.
- Parameters:
user_id (
int|str) – Unique identifier of the target user.custom_description (
str, optional) – Custom description for the verification; 0-70 characters. Must be empty if the organization isn’t allowed to provide a custom verification description.
- Returns:
bool– True on success.