telegram-bot-api
telegram-bot-api copied to clipboard
Telegram Bot API server
Hi, It would be very useful if we could access the user's client timezone offset, maybe as a new field in the `from` object ``` "from":{ "id": 0, "is_bot":false, "first_name":"",...
I'm using telegram-bot-api in local mode so that I can directly let it uploading file from disk by passing file:// url to send_document. However, when the bandwidth is limited, upload...
all we need (i guess) is just parse the response as list of methods..
Hi in tdlib there's a method for deleting multi messages with one request can you add that for api to delete multi messages with one api request? sometimes in groups...
Adding `CONTRIBUTING.md` file in the repository will be useful for people who want to send pull requests. And useful before opening any issue also.
Is there an official telegram-bot-api image for docker? Are there any plans to develop it? thanks for answers
Hi I am going to send picture using `https://api.telegram.org/bot{tg_token}/sendPhoto?chat_id=-{tg_chat_id}&photo={photo_path}&caption={message}&parse_mode=Markdown` but I cant send picture of firebase storage. i.e. https://firebasestorage.googleapis.com/v0/b/parasol-finance-21.appspot.com/o/projects%2F24kn8ifJpEuGmbQP8VmkxeXgjnVi5zXvFQzusgmT3CmD%2F1SP_IDO.png?alt=media&token=fa212a61-6dd9-4c63-9231-2206232c11a0 when I send this picture, I get this error.  I...
Hi. I recently stumbled upon https://corefork.telegram.org/api/links. I think it makes sense to also have this list for all the t.me links bots can use and how to use/generate them.
Hello. I try to edit message in channel 20 times (according to group limits in docs) with 1-2 second frequency. For groups with ~10 members it works fine. But in...
``` $ cmake --build . --target install .... [ 87%] Building CXX object td/tdutils/CMakeFiles/tdutils.dir/td/utils/utf8.cpp.o [ 88%] Building CXX object td/tdutils/CMakeFiles/tdutils.dir/td/utils/MimeType.cpp.o [ 90%] Linking CXX static library libtdutils.a [ 90%] Built...