telegram-export icon indicating copy to clipboard operation
telegram-export copied to clipboard

Incomplete user list when exporting a supergroup

Open zuku93 opened this issue 6 years ago • 2 comments

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

zuku93 avatar Sep 19 '18 13:09 zuku93

"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

Ehishere avatar Sep 19 '18 14:09 Ehishere

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

Lonami avatar Sep 19 '18 14:09 Lonami