akshettrj / watgbridge

A forwarder from WhatsApp to Telegram written in GoLang
MIT License
175 stars 42 forks source link

[Feature Request] /send will create a new thread or send to the existing thread #61

Open CottonWhiteSheep opened 1 month ago

CottonWhiteSheep commented 1 month ago

Is it possible that when using the /send command it will create a new topic with the message if thread not exist or send the message to the existing topic in telegram ?

akshettrj commented 1 month ago

Do you mean new thread the replies on that message?

CottonWhiteSheep commented 1 month ago

New thread for the message that has been send with the /send command

For now is if we use the /send command it won't create a topic unless someone replied to the message

So I was thinking if we send "hello world" with the /send it will directly open a topic with the message "hello world"

akshettrj commented 1 month ago

I will try to address this. But it will take some time (few weeks) am a bit busy.

You are welcome to make a PR if you are familiar with Golang

CottonWhiteSheep commented 1 month ago

Thank you so much, i have never tried Golang before, would give it a try when can