You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: