expectocode / telegram-export

Export Telegram chat data and history
Mozilla Public License 2.0
460 stars 95 forks source link

Incomplete user list when exporting a supergroup #82

Open zuku93 opened 6 years ago

zuku93 commented 6 years ago

I'm exporting a supergroup but user list is not complete. number of users are 182and telegram-export shows:

telegram_export.downloader - INFO - Saved 182 new members, 0 left the chat.

but anytime checking Users table shows some of users are not in db. and when I rerun telegram-export it shows:

telegram_export.downloader - INFO - Done. Retrieving full information about 23 missing entities.

yet some of users are not in User db. any reason? workaround?

thanks

Ehishere commented 6 years ago

"telegram changed how getting participants from channels/supergroups works server side, you can only get 200 members for a given filter in channels/supergroups " lonami

Lonami commented 6 years ago

Broadcast channels have the 200-member limit. Megagroup channels still support retrieving 100,000, so it's odd it's not working.