Closed gerritq closed 2 years ago
I appreciate the kind words. However, Telethon is not producing that error. Telegram is, meaning there's likely nothing that can be done to fix it. I personally don't use that feature so I also don't know how, why or when it works. But your assumption is probably correct. I don't know how to get count history.
Many thanks for quick response!!
Hi,
first of all, I greatly enjoy using your library!
I was wondering whether you could give me an idea how to get participants counts form the past (to understand the growth of a channel).
According to issue #1648 which asked something similar, I tried the
get_stats()
method:However, I get the
ChatAdminRequiredError
exception altough the channel has about 150k participants (the documentation says this error may be raised when the group has not enough members):I investigated the results from a
GetFullChannelRequest
of the same channel and I noticed that both attributescan_view_stats
andcan_view_participants
are set to False.Does this indicate that I am indeed not able to view stats? Is there a way to get a participant count history of a channel?
Many thanks in advance!