Scraping online and last seen recently users from Telegram chats – Telegram API
I want to scrape a Telegram group with Telethon API. But this code scrapes all users in the group. But I want to scrape only online and last seen recently users. How to do it? from telethon.sync import TelegramClient from…