Results 28 comments of ex0ns

I also have issue with the vite proxy whenever `vite-plugin-html` is used in the configuration (see https://github.com/vitejs/vite/issues/7999). As explained on this issue this is only happening when the header `Accept:...

Did you check getChatMenuButton? Maybe https://core.telegram.org/bots/api#menubuttondefault ``` If a menu button other than [MenuButtonDefault](https://core.telegram.org/bots/api#menubuttondefault) is set for a private chat, then it is applied in the chat. Otherwise the default...

I pushed a first draft for the migration to sttp3 in https://github.com/bot4s/telegram/tree/sttp3 I translated as close as possible from the original implementation and that should also include this fix, however...

You can publish all the jar locally by using the two following commands: ``` mill __.publishM2Local # Maven repo mill __.publishLocal # Ivy repo ```

I'm pretty interested by this issue as I will try to finish my sttp3 update next week. I've added a simple test example https://github.com/bot4s/telegram/pull/110/commits/4fb380b04d1930af3a75a753ab2e3bc2594d722e to demonstrate how to use sttp...

This is interesting, we could indeed avoid throwing exception in this part of the code. I'm pretty confident that the migration should be pretty easy to do as this is...

Any news on that ? I think I'll soon merge #110 as it does not seems to be breaking anything.

Unfortunately the webhook part (available inside the `akka` version of this library) is only compatible with Future (and not directly with Cats/ZIO unless you convert your IO/Task into a future...

Check the latest commit https://github.com/bot4s/telegram/pull/239/commits/ee12798dfe5520ae11e61c28b96ae2148b0cb952 to see an example of a webhook bot running on zio-http

Unless I'm have misread your post, I think you are mixing two things together, the `AsyncHttpClient` (and hence the `AsyncHttpClientZioBackend`) does not need to know anything about your custom certificate,...