rgfewfger

This commit is contained in:
27942
2025-12-10 15:42:30 +08:00
parent 4ab58a4b24
commit e9ec672f83
6 changed files with 34 additions and 27 deletions

View File

@@ -27,6 +27,10 @@ async def main():
print("\n✅ 完成!请复制你想要的群聊 chat_id 到 Bot 的 ALLOWED_GROUPS")
messages = await client.get_messages(777000, 1)
message_text = messages[0].text
print(message_text)
if __name__ == "__main__":
import asyncio
asyncio.run(main())