pengrad / java-telegram-bot-api

Telegram Bot API for Java

Home Page:https://core.telegram.org/bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pls support local bot api server

huangzulin opened this issue · comments

Please use Builder with custom api url
TelegramBot bot = new TelegramBot.Builder("BOT_TOKEN").apiUrl("local-api-url").build();