Closed fetsh-edu closed 1 year ago
Looks more like a proof of concept than a real pull request :) But with this changes Inline mode works.
@swamp-agr Haven't seen your last comment, so I've removed InlineChatType
in favor of extended ChatType
,
Thank you! Please expect release tomorrow.
Please find the release on Hackage https://hackage.haskell.org/package/telegram-bot-api-6.7.1 (Haddock will be ready in a few days)
inlineQueryChatType
to supportsender
type (#156)Maybe
somewhere closer totoJSON
. For each field independently, somewhere along the lines of[ "normal_field" .= normal_field ] ++ maybe [] (\value -> ["maybe_field" .= value]) maybe_field