Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No channel shown in the list #1

Open
AlphaRandom opened this issue Feb 7, 2021 · 1 comment
Open

No channel shown in the list #1

AlphaRandom opened this issue Feb 7, 2021 · 1 comment

Comments

@AlphaRandom
Copy link

Hi, I'm trying your code, but except first run where I could see my created channel in the list and then I was able to add 50 members from a group, as soon as I run it again it doesn't show my channel anymore...I just modified the code to force showing my channel in thi way:
chats.extend(result.chats) for chat in chats: try: if (chat.megagroup == True or (chat.broadcast == True and chat.admin_rights is not None)): channels.append(chat) except: continue
then I type a group from the list where to add other members and it says: "added user" , but at the end of the process no users have been inserted
Could you, please , tell me what isn't working out with my channel?
Thanks

@tanim0la
Copy link
Owner

This script have not been updated in years, but i will look into in as soon as I find time, Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants