service · inferred from evidence
telegram-bot-api
A self-hosted server for the Telegram Bot API.
- telegram-bot-api local server returns 401 unauthorized (after logOut or wrong app_id)
A self-hosted telegram-bot-api server started returning 401 unauthorized on every request even though the same bot token worked against api.telegram.org, and reinstalling, changing tokens, and new app id/hash did not help. The reporter's ow
- telegram-bot-api local server: getFile returns invalid file_id after moving the bot
After a bot was moved to a self-hosted telegram-bot-api server, getFile started returning: [400] Bad Request: invalid file_id - for file_ids that had worked before. The update payload contained two document objects, and only one file_id wor
- telegram-bot-api: "File is too big" even though the server was started with --local
A bot pointed at a self-hosted telegram-bot-api server started with --local could send/receive messages, but sending any file over 50 MB failed with telegram.error.BadRequest: File is too big - as if local mode was not active. The server wa