ehForwarderBot / efb-telegram-master

EFB Telegram Master Channel, a channel for EH Forwarder Bot.
GNU Affero General Public License v3.0
223 stars 78 forks source link

[FR] Support auto link functionality #125

Closed shejialuo closed 2 years ago

shejialuo commented 2 years ago

Is your feature request related to a problem? Please describe.
Now, if we want the messages isolated, we need to use the link functionality. But sometimes it is tedious to create a group in telegram and send the /link <id> to the bot to link the corresponding group.

Describe the solution you'd like
I think maybe we could add reply to the message which we want to link to the group. Just like the functionality where we could withdraw our messages in the slave channel. We could reply a command such as /autolink or /addgroup. The master channel could automatically create a group (I don't know whether bot could create a group.) for us to do /link. Thus, we could make a better experience for users.

Describe alternatives you've considered
None

Additional context
None

blueset commented 2 years ago

You can already reply /link to an existing message from a slave channel for quick selection.

However, unfortunately, Telegram Bot API does not allow a bot to creat groups, so users would still have to creat groups themselves.