How can I use one controller for multiple bots? #214
Closed
MaratKarimov21
started this conversation in
General
Replies: 1 comment
-
It's possible. See how routes helper is implemented https://github.com/telegram-bot-rb/telegram-bot/blob/master/lib/telegram/bot/routes_helper.rb#L41 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want multiple bots to have same logic so can I use one controller for that? And I also need to add new bots dynamically, is this possible?
Beta Was this translation helpful? Give feedback.
All reactions