đ§ remove_chat_verification
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
(str
orint
): Unique identifier for the target chat or username of the target channel (in the format @channelusername)
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.remove_chat_verification(
chat_id=your_chat_id_here
)