We can use any programming languages for develop a telegram bot like PHP, C#, Python...
in this article we used JavaScript for develop telegram bot...
For further actions, you may consider blocking this person and/or reporting abuse
First time i know that we can develop a telegram bot using Js, thanks For This interesting article.
Glad you liked the article
How to package it to run in Telegram? APK file?
No.
You can deploy on your server or,
Run it on localhost using this command:
Note: This command run server on localhost for handle user's requests on server-side
I hope answered you
I got it