mobius-network / mobius-community-bot

Mobius Telegram Bot
1 stars 2 forks source link

fix: correctly handle user ids which don't fit in 32 bits #5

Closed nebolsin closed 2 years ago

nebolsin commented 2 years ago

Since Bot API 5.5 user identifiers no longer fit into 32-bit integer range. This PR updates corresponding DB columns to 64 bit integers.