techlift-tech / TelegramBotForPokerAnalysis

0 stars 0 forks source link

Web Server to Process Webhook incoming requests from Telegram Server #1

Open palashjhabak opened 3 years ago

disha-2401 commented 3 years ago

when we set the URL of the webhook we provide which APIend handles requests, now this specified URL address will get JSON objects. This APIend must be defined in our application to process incoming requests

palashjhabak commented 3 years ago

when we set the URL of the webhook we provide which APIend handles requests, now this specified URL address will get JSON objects. This APIend must be defined in our application to process incoming requests

Yes. so we should use Asp.net core 5.0 Web API project template for this. When you create the project using this template it will create a default Controller and Model which can be the starting point.

palashjhabak commented 3 years ago

@disha-2401 Do you want me to create a starting project and push or will you do it?

disha-2401 commented 3 years ago

@disha-2401 Do you want me to create a starting project and push or will you do it? I'll do it