How can i create a private message from telegram bot?
问题 I'm connecting to telegram bot with webhook and i wanted to respond in private chat through telegram but if i send UID it doesn't send any message to the user from the bot. this is what i did. I created a Web API Project with .net framework to connect to webhook with telegram bot. As a user, i wrote a command that will return some list of objects. From the WebAPI i got the command and processed correctly on sending response back i passed this {"method":"sendMessage","chat_id":"[user's UID who