-2

I need to create a java telegram bot and control it by a web application that i want to use spring web mvc. I test some os codes not web one that work properly but i could not find any help for web one. please help me. thanks

sam1364tt
  • 153
  • 1
  • 2
  • 13

1 Answers1

1

I'm not sure if I understood you in the correct way, but I can offer you to control the bot with http calls. I saw an example of this here https://github.com/pengrad/java-telegram-openshift Pay attention at Main.java

Kirill
  • 131
  • 1
  • 13