Closed balsoft closed 1 month ago
Hi! Thanks for the fix! I am going to merge it and fix build afterwards. I still see that CI is complaining about something that seems unrelated to your MR.
Please find release telegram-bot-api-7.4.2
on Hackage: https://hackage.haskell.org/package/telegram-bot-api-7.4.2. Doc will be autogenerated tomorrow.
active_usernames
inchatfullinfo
is "Array of String", but it is incorrectly specified asMaybe Text
in the current version.This makes it impossible to use
getChat
.Fix this.