Track number of new subscribers of a Telegram channel? – Telegram API
I am using telethon in python, and I want to try to keep track of the number o new members who join a channel over time. My first attempt was using the telethon.tl.functions.channels.GetFullChannelRequest function: async def save_subs(channel_id): client = TelegramClient('anon',…