haskell-telegram-api
haskell-telegram-api copied to clipboard
Telegram Bot API for Haskell
Hello! First of all, thank you for this package. When I try to build it with stack, resolver - lts-14.0, I ran into following error: `Module Servant.Client.Internal.HttpClient does not export...
The telegram bot API requires URLs to be of the form `https://api.telegram.org/bot/...` but this library constructs them as `https://api.telegram.org//...` , so users have to add the "bot" manually to the...
Currently `getUpdates` method ignores all input parameters, such as `offset` and `timeout`, so it's basically impossible to fetch updates (it returns the same updates over and over again). Seems like...
https://matrix.hackage.haskell.org/package/telegram-api#GHC-8.2/telegram-api-0.7.0.0 ``` Configuring library for telegram-api-0.7.0.0.. Preprocessing library for telegram-api-0.7.0.0.. Building library for telegram-api-0.7.0.0.. [ 1 of 15] Compiling Servant.Client.MultipartFormData ( src/Servant/Client/MultipartFormData.hs, /tmp/matrix-worker/1513201967/dist-newstyle/build/x86_64-linux/ghc-8.2.2/telegram-api-0.7.0.0/build/Servant/Client/MultipartFormData.o ) [ 2 of 15] Compiling Web.Telegram.API.Bot.API.Core...
Add DEPRECATED pragma for all functions running IO
add `okAnswerPrecheckoutQueryRequest` and `errorAnswerPrecheckoutQueryRequest`
Currently it's like this: ```haskell iq_res_title :: Maybe Text ``` See [InlineQueryResultArticle documentation](https://core.telegram.org/bots/api#inlinequeryresultarticle).
- [ ] You can now update high scores to a lower value by using the new force parameter in setGameScore. Handy for punishing cheaters or fixing errors in your...
Feel free to cherry-pick