Borodutch/telegram-bot-starter

Int32 for user id type?

chiliec opened this issue · 1 comments

I looked out inside mongo database and find that User.id has Int32 type:

Screenshot 2021-10-15 at 19 57 30

But it's already not enough.

It's going to automatically change to Int64, in js it's just Number. So all good.