peyk.platforms.telegram.methods.remove_chat_verification¶
- async peyk.platforms.telegram.methods.remove_chat_verification(self, chat_id: int | str) bool¶
Removes verification from a chat that is currently verified on behalf of the organization represented by the bot. Returns True on success.
- Parameters:
chat_id – Unique identifier for the target chat or username of the target bot or channel in the format @username
- Returns:
Result returned by Telegram on successful execution.
- Return type:
bool