telethon-踢出用户-EditBannedRequest
代码from telethon.tl.functions.channels import EditBannedRequest from telethon.tl.types import ChatBannedRights async def kick_user_from_group(group: int, user_id: int): await client(EditBannedRequest( channel=group, participant=user_id, banned_rights=ChatBannedRights( ...
最近评论