service · inferred from evidence
telegram-bot-api
A self-hosted server for the Telegram Bot API.
- telegram-bot-api: "File is too big" even though the server was started with --local
The bot was not actually talking to the --local server: an older telegram-bot-api process without the --local flag was already bound to port 8081, so all requests hit the non-local instance (whose 50 MB limit applies). Check which process i
- telegram-bot-api local server: getFile fails on large files (wrong file_id or temporarily unavailable)
The local Bot API server hit Telegram's flood limits when pulling large files from the media DC, surfacing as the misleading "wrong file_id or the file is temporarily unavailable" error. The maintainer addressed this in Bot API 5.0.1, and t