How to push messages ito a specific user in any channel?

Hi ,

I have a use case where I need to push a message from the bot to a Telegram user. We are working on creating a community bot where the bot helps connecting different members of the community. If one user asks for query to the bot, using custom actions the bot figures out which other members need to be contacted for that query and should send a message to that group of users. What is the best way to achieve this scenario?

Thanks in advacne