Closed Ehishere closed 6 years ago
Is there a way to find who is an admin? using the exported data? For example in a group with 3000 members can we say who are the 15 admins of the group?
Another question raised,
Who are the users in the user table? since the CommonChatCount is 0 for some of the users in the user table, it means they are not members of the groups I am a member of them. then who are them?? in my sample, say 1500 users out of 4000 have 0 CommonChatCount...
Is there a way to find who is an admin? using the exported data?
I don't think that information is saved, sorry.
I think it worth to export CommontChatsContextID
Yeah, I see how that would be useful. It's not supplied by the telegram API, so we would figure it out using the database. This could also be done by any external analysis application, using ChatParticipants and seeing which chats you had in common with someone at a given time
Who are the users in the user table?
They can be from forwards, too
Hi, I think it worth to export CommontChatsContextID (or group name) in addition to the count for commonchats,
Thanks to this great work, I experimented, and for example, 605 users had at least 2 common groups(chat) with the user I used for exporting, many have 4 or 5 and since they are a lurker in some groups, I may need to manually check the common groups for each user from their user info. It might be interesting to know what are those common groups,.. How do you see this?