can't with telethon?
.is_deleted
It's a client thing or that's a fake deleted account, the search filter is only for username and name, which deleted accounts don't have
? If u are talking about telethon.tl.types.User, correct name of attribute is .deleted
thats raw actually, doesn’t matter which lib u using
It's not fake deleted. Does not telethon use same api as client?
I ask how can u get deleted user list, not how check is user i've got is deleted
The client can be doing local search or it's just a fake deleted one, show their profile. and maybe try with other telegram apps
.deleted should do fine just get all members (participants) and then check for .deleted users
You are right. Telegram app only finds deleted users in groups, not in channel, i guess it's because it gets user list first(some requests like in client.iter_participant for group), and then filters in app
https://t.me/TelethonChat/561428
he could modify the library to get them all last time i did that for my scrapper
It's not fine, coz iter_participants returns maximum 200 users from channel. I'm looking for smth to get list of deleted users, not filter list of users i got
this is the only way
"To get them all"? How? You can't get more than 10k with iter_participants. Only way to filter with ChannelParticipantsSearch, but it does not founds deleted users
Обсуждают сегодня