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

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...

enhancement

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. ![image](https://user-images.githubusercontent.com/98631674/194603546-6ff87dc4-0dbd-44a7-a98a-589e1b7b43b6.png) 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...