Closed itbeard closed 2 months ago
Hey, thank you for raising :)
I'm afraid this is a telegram implementation detail, and not something handled by the library. Telegram threads are really just a chain of replies, so the reply takes priority.
You (might?) be able to override this if you specify the chatid in your Reply parameters, because that might make it an "external reply", but I'm not sure - you'll have to try that yourself I'm afraid!
Hey, thank you for raising :)
I'm afraid this is a telegram implementation detail, and not something handled by the library. Telegram threads are really just a chain of replies, so the reply takes priority.
You (might?) be able to override this if you specify the chatid in your Reply parameters, because that might make it an "external reply", but I'm not sure - you'll have to try that yourself I'm afraid!
looks like there are no ways :) In any case thx for the quick response!
Hello! I'm trying to send a reply to the message to a different from the original thread (topic), but it looks like
MessageThreadId
is overridden by the replied messageMessageThreadId
. Is it expected behavior?version
v2.0.0-rc.29