Telegram bot able to send a message to a certain user.. How can I do this?

#1

Is it possible to teach my bot to send a telegram message to another user?

For example:
User A (@User_A) is chatting with my bot (@example_bot) --> when @User_A writes something to @example_bot (or answers a bot’s question) --> @example_bot writes a message to the user B (user B can be either a person (@User_B) or another bot (@exemple2_bot).) Is it possible something like this?

Thank you very much!

Hugs!

(Daniel Beckett) #2

I’m not sure if it would work exactly as you’re expecting but a bot can route messages to users based off of their response path so if you had some way of deciding where a message should be sent then it could potentially be possible.

The tutorial for Using Response Paths in Flow XO has some more information that shows how the response paths work.

1 Like
#3

Thank you very much Daniel!
I’ll check out the tutorial, in order to see if I can find what I’m looking for! If you or other users have other ideas, I appreciate every answer!
Greetings from Italy :wink::it: