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

Telegram Bot API server

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

I am experiencing persistent "ERROR" messages when attempting to create a Telegram application via the [my.telegram.org](https://my.telegram.org/) site. Despite following various suggested fixes, the problem remains unresolved. Steps to Reproduce: _Fill...

The createInvoiceLink method exists but why doesn't the getinvoiceLink method exist? please add

I've setWebhook for 1789 bots and start getting these errors and not able to set more webhooks! ``` { ok: false, error_code: 400, description: 'Bad Request: bad webhook: Failed to...

when switching from local to main api server - i am getting error -{"ok":false,"error_code":400,"description":"Logged out"} - before switch, i loggout from local server.

I already send command to bot my bot no response but when I check webhook info, pending_update_count still show zero. I send second command, my bot response 2 command. Why...

Is there any way to increase the maximum upload size (2000 MB)?

Hello dear support team, Please suggest me solution for resolving an issue with Error. I cannot get API_HASH and API_ID from my.telegram.org/apps. When I try to create application so I...

Hi I send a request for [file_path] based on file id and result is something like this : /root/telegram-bot-api/[token]/documents/file_1.exe But when send the second request to fetch it: http://x.x.x.x:8081/file/bot[token]/root/telegram-bot-api/[token]/documents/file_1.exe 404...

Let me copy an HTML syntax example from docs to here: ``` bold, bold italic, italic underline, underline strikethrough, strikethrough, strikethrough spoiler, spoiler bold italic bold italic bold strikethrough italic...

Hi I installed API on my centos 7.x and then below command : **bin/telegram-bot-api --api-id $TELEGRAM_API_ID --api-hash $TELEGRAM_API_HASH --local &** So in task manager I can see it, also at...