Jawad
Jawad
the project doesn't support this future as I remember, you have to do it manually.
share the line that cased this error so i can help you out
not a bug, but pull request it
*Update*: This error happens with some "megagroup"s not everytime! Strange!! However this group results the error on my both OS (windows, linux): https://t.me/for_saudi_jobs Idk how useful this information, but it...
> I meet the same prpblem in repo [https://github.com/edogab33/telegram-groups-crawler](url),its code is: > > ``` > try: > if group.username != None and group.broadcast != True: > async for m in...
> I am getting same error . Python script is working with some group. But it is giving error with some group. Please reply if anyone have any alternative. I...
> > This error is applicable to some groups only, may be with some special permissions. It happens when setting `aggressive=False`. > > I believe that the problem is caused...
the quickest solution I figured out: `await client.get_participants(group, aggressive=False, limit=limit)` hope it's helpful.
> > the quickest solution I figured out: > > > > `await client.get_participants(group, aggressive=False, limit=limit)` > > > > > > > > hope it's helpful. > > What...
Nope, only 200 members, but groups with 10k, 5k it would be a problem. Tell me what you're trying to do exactly so i can help you with another method...