fizruk / telegram-bot-simple

Easy to use library for building Telegram bots in Haskell.
BSD 3-Clause "New" or "Revised" License
107 stars 52 forks source link

Update UpdateType #173

Closed DrewFenwick closed 5 months ago

DrewFenwick commented 7 months ago

It seems there are now more update types than there are UpdateTypes

The missing update types appear to be:

UpdateMessageReaction
UpdateMessageReactionCount
UpdateChosenInlineResult
UpdatePoll
UpdatePollAnswer
UpdateMyChatMember
UpdateChatMember
UpdateChatJoinRequest
UpdateChatBoost
UpdateRemovedChatBoost

But do check against the fields of Update!