Skip to content

How can I use this template for my C# telegram bot ? #10

Answered by revenkroz
asindarov asked this question in Q&A
Discussion options

You must be logged in to vote

Well, in general, the WebApp is just a website page. The bot should display it at the click of a button (which you can set up in the bot's settings), or send a keyboard with a button (there is an example in the README.md of this repository).

The main question is how you want to organize the interaction of your bot written in C# with the user via WebApp. Perhaps you don't need to make any changes to the bot's code at all. You just need to host the page somewhere.

The README.md seems to me to contain an excellent guide to the initial setup of the bot. Then you can build on it later.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@asindarov
Comment options

@asindarov
Comment options

@revenkroz
Comment options

Answer selected by revenkroz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants