From d99e61c68a27d625d2d94c2569d99a1aaacaf0b0 Mon Sep 17 00:00:00 2001 From: llnulldisk <48621230+llnulldisk@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:46:52 +0200 Subject: Fix various api objects --- include/tgbot/types/ChatShared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; }; } -- cgit v1.2.3