-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
[FR] automatic group creating feature #126
Comments
Thank you for the suggestion. Automatically creating a Telegram group while trying to link a slave chat is definitely a great feature to have. However, Telegram does not allow a bot to create groups, no matter if it is using the HTTP interface (via The only way to incorporate such feature, without any privacy concern, would be to ask the user to setup a “user bot” using their own phone number. Including such feature into ETM would require:
If you feel this is doable, feel free to send in your PRs. I’m glad to answer any question you might have in mind. |
Thanks very much . issue 1: (solved) issue 2: could you help to check? Thanks. |
@QQ-War Thank you for your development. I want to feed back two bugs
|
For issue 2, if you already have a user bot, it might be easier to just issue an |
Currently, for each contact or group in slave channel, we need to create new group and use /link command to link out.
I am thinking of some ways to make it automaticly.
I find Pyrogram has this kind of interface and we can make use of it.
The idea is like to at least to change 3 parts in the code:
There are some other issues may need to consider, but to realize it will make life happy.
I am trying to read the code of this project, and maybe I will offer some help to submit on PR later. but what will others think of it?
The text was updated successfully, but these errors were encountered: