I'm running my own Bot API https://github.com/tdlib/telegram-bot-api But Telegram API address is hardcoded in [src/TelegramDriver.php ](https://github.com/botman/driver-telegram/blob/master/src/TelegramDriver.php) (see API_URL and FILE_API_URL constants) Is there any way to override it?
I'm running my own Bot API https://github.com/tdlib/telegram-bot-api
But Telegram API address is hardcoded in src/TelegramDriver.php (see API_URL and FILE_API_URL constants)
Is there any way to override it?