简体   繁体   中英

Telegram bot how to make answering to the questions via webhook c#

for example user command /userinfo which send questions like Your firstname ? Your lastname ? etc

Microsoft Bot Framework provides state of the art bot development for many social networks and messaging platforms like Telegram. ChatBot development is very simple using Azure Bot Framework, There is a concept of dialog which allows the bot to ask questions from the user in a context.

Find documentation of Azure Bot Framework: https://docs.microsoft.com/en-us/bot-framework/bot-service-quickstart

Integrating Telegram bot with Bot Framework: https://docs.microsoft.com/en-us/bot-framework/bot-service-channel-connect-telegram

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM