telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

Docker image of Telegram Bot API Server

Results 11 telegram-bot-api issues
Sort by recently updated
recently updated
newest added

Hi! I have a problem. Deploying docker with the command: docker run -d -p 8081:8081 --name=telegram-bot-api --restart=always -v telegram-bot-api-data:/var/lib/telegram-bot-api -e TELEGRAM_API_ID=XXXXXXX -e TELEGRAM_API_HASH=XXXXXXXXXXX -e TELEGRAM_LOCAL=True aiogram/telegram-bot-api:latest I start the bot,...