defstudio / telegraph

Telegraph is a Laravel package for fluently interacting with Telegram Bots
MIT License
675 stars 116 forks source link

If I want to create many telegram bots in one host #465

Closed AntonNosovich closed 8 months ago

AntonNosovich commented 8 months ago

Hello everyone, the problem is this: if I want to create several bots on one host, with different behavior, is there an example of how to do this?

fabio-ivona commented 8 months ago

Hi!

you can create as many bots as you like, inside the webookhandler, simply check the current bot and switch to its handling logic