tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
3.1k stars 590 forks source link

send file #614

Closed arshiay closed 2 months ago

arshiay commented 2 months ago

i use docker image build from this source but cant upload biger than 150MB how fix it?

levlam commented 2 months ago

Check that you run the server with the parameter --local.

arshiay commented 2 months ago

hi as i said i use docker image from https://hub.docker.com/r/aiogram/telegram-bot-api and set -e TELEGRAM_LOCAL=1 for local

arshiay commented 2 months ago

code in github for that image >>> https://github.com/aiogram/telegram-bot-api

levlam commented 2 months ago

The server has no limits on the size of uploaded files besides the limits set for all Telegram users.