#telegram that new prompt interrompt flow instead to be queue ?
3 messages ยท Page 1 of 1 (latest)
Yes, that should be possible.
What you want is queue mode on Telegram. By default it is usually collect, which waits and does a follow-up turn. If you want your new message to cut in sooner, use:
/queue steerโ best option usually. New message is injected into the current run./queue interruptโ harder stop, legacy behavior.
For just the current Telegram chat/session:
/queue steer
If you want it as the default for all Telegram chats, set it in config:
{
messages: {
queue: {
byChannel: {
telegram: "steer"
}
}
}
}
If you really want full abort-style behavior instead:
{
messages: {
queue: {