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

Telegram Bot API for Haskell

Results 20 haskell-telegram-api issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR does four things: 1. Repairs some tests 2. Opens up compatibility with more servant-client versions 3. Ups the cabal file spec version 4. Updates dependency bounds Thanks mostly...

It has been one year since the last commit. Telegramm API is on its 4.9 version right now. Is there any interest in keeping this project up-to-date?

Currently there are no valid build plans under GHC 8.10 and 9.0 as the `servant-client == 0.16` bound restricts the version of `base` to `< 4.14` In order to build...

telegram-api builds with 1.5.6.0, but forbids it.

Can you write a guide or upload a video with an example of use? I tried to install it somehow but all attempts are futile. =(

https://github.com/commercialhaskell/stack/issues/3637 It's all true for current version also.

`SendGameRequest` has `game_chat_id :: Integer` but we have `ChatId Int64` and `chat_id :: Int64` in `Chat`. Probabaly these should be unified?

I was mostly cargo-culting the existing code, no idea if I did it all right

It would be nice to have this request available in `telegram-api`: https://core.telegram.org/bots/api#editmessagemedia

Hello! In constructor `FileUpload`, when I use for the field `fileUpload_content` constructor `FileUploadFile FilePath` - the bot successfully sends the file, but when I use `FileUploadBS ByteString` or `FileUploadLBS ByteString`...