klappvisor / haskell-telegram-api

Telegram Bot API for Haskell
BSD 3-Clause "New" or "Revised" License
202 stars 67 forks source link

Unique identifier of chat may be greater than 32 bits #87

Closed yurael closed 7 years ago

yurael commented 7 years ago

Just for clear. According to Telegram Bot API the definition of Chat id says that number may be greater 32 bits and smaller 52 bits. But chat_id defined as Int. Is that an issue?

klappvisor commented 7 years ago

Actually you are right, I'm going to fix this soon

klappvisor commented 7 years ago

kudos to @cblp