Thanks for your answer.
I don’t understand what you mean by checking telegram API.
I know that from Make I can listen to updates in direct conversation with bot. I know also that I can also listen to updates in private chat.
But I am not sure it is possible to do one thing in one scenario, and the other thing in another scenario, using the same bot. It is what I try to achieve.
(btw, it is not possible to set several telegram connections ?)
The problem I got is that I am using it in two scenarios:
let’s say in scenario A I want to watch updates only in telegram private group A, and in scenario B I want to watch updates only in telegram private group B.
(my telegram bot is already admin in both telegram private groups A and B)
Is that possible ? I can manage to make it work properly.