telegram-bot-api
telegram-bot-api copied to clipboard
Telegram Bot API server
Hi list, I use Telegram bot on a Debian12 ipv6 server running librenms and Transport being Telegram. I also wrote a script to send messages to a group. Since those...
If it's possible can we have `has_spoiler` in InlineQueryResult objects like InlineQueryResultGif, InlineQueryResultMpeg4Gif, InlineQueryResultPhoto, InlineQueryResultVideo?
Is there a real reason to keep it required? I have to use InlineQueryResultMpeg4Gif for videos to make it look standardized with titleless InlineQueryResultPhoto and InlineQueryResultGif.
I have configured it to show preview above the text, but when I send the result in my telegram client (on any platform) it shows it below the text, and...
When i lose internet connection I receive errors to the console, such as: `error: [polling_error] {"code":"EFATAL","message":"EFATAL: Error: getaddrinfo ENOTFOUND api.telegram.org"}` `Unhandled rejection RequestError: Error: getaddrinfo ENOTFOUND api.telegram.org at new RequestError...
This is obviously not a fatal issue, but it would be great to get cleaned up. ``` tgdc-master_1 | [ 97%] Building CXX object CMakeFiles/telegram-bot-api.dir/telegram-bot-api/HttpStatConnection.cpp.o tgdc-master_1 | [ 97%] Building...
Hello, We currently can't check if a chat is verified using `getChat` method, it would be a very useful information to have when implementing a chat manager
hello, i got some issue after 2 - 3 weeks local server running. after i change working directory parameter, bot will fast to response. why it happened? fyi, i use...
Hi, I'm funning Telegram Sticker Maker app and one of the most popular requests by users is to be able to rename sticker pack. Since there're two fields, stickerset name...
Hello, I having problem regarding the speed of responses to commands and other requests earlier my bot was on api.telegram.org but later i planned to move bot to local server...