issues
search
reo7sp
/
tgbot-cpp
C++ library for Telegram bot API
http://reo7sp.github.io/tgbot-cpp
MIT License
1.01k
stars
245
forks
source link
migrate(user-id): from 32-bit integer to 64-bit integer
#188
Closed
JellyBrick
closed
2 years ago
JellyBrick
commented
2 years ago
Fixed issue
fix #187
fix #186
fix #181
fix typo
BC Break
Heavy
include/tgbot/types/Contact.h
changed type of
userId
from
std::string
to
std::int64_t
.
Small
changed type of every
userId
from 32-bit integer to 64-bit integer.
Fixed issue
BC Break
Heavy
include/tgbot/types/Contact.h
userId
fromstd::string
tostd::int64_t
.Small
userId
from 32-bit integer to 64-bit integer.