peyk.platforms.telegram.methods.remove_user_verification¶
- async peyk.platforms.telegram.methods.remove_user_verification(self, user_id: int) bool¶
Removes verification from a user who is currently verified on behalf of the organization represented by the bot. Returns True on success.
- Parameters:
user_id – Unique identifier of the target user
- Returns:
Result returned by Telegram on successful execution.
- Return type:
bool