diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/types/ChatShared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/types/ChatShared.h b/include/tgbot/types/ChatShared.h index 14b1566..ffb41b3 100644 --- a/include/tgbot/types/ChatShared.h +++ b/include/tgbot/types/ChatShared.h @@ -29,7 +29,7 @@ public: * This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. * But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. */ - std::int64_t userId; + std::int64_t chatId; }; } |