proseltd / Telepathy-Community

Public release of Telepathy, an OSINT toolkit for investigating Telegram chats.
MIT License
930 stars 133 forks source link

Question: does Telepathy support viewing history? #45

Open Heeere-GittyGitty opened 1 year ago

Heeere-GittyGitty commented 1 year ago

Hi there, I've seen that telepathy supports getting for example the reaction lists for a file, but can it show the list of user ID who've opened the file? I'm guessing it's somewhere in the API since in a normal channel you can see who has seen your media.

proseltd commented 1 year ago

Hi! In theory this is possible via the API, but I believe it falls into the category of information you can only retrieve if you're a channel admin or viewing information about your own posts, which I haven't included in Telepathy due to it being more of an edgecase in the context of Telepathy as an OSINT tool.

I'll leave this issue open and come back to it when I next do a deep dive of the API, there could be a method for doing this that I've not discovered yet!