get stats of tg channel
There is a need to get the number of channel subscribers in a telegram over time.
I tried to use tdlib, had difficulty installing it, but then difficulties arose. I use python, I managed to connect tdlib and log in.
I use
print(td_send({‘@type’:’getChat’, ‘chat_id’:-11231231231, ‘extra’:1001011}))
function td_send was taken from example