From 3d2067475e0764d4765b41aa372e5c3c10a5af5d Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 30 Sep 2020 23:01:58 +0300 Subject: [PATCH] Fix secret chat test. GitOrigin-RevId: e69725eca0bcaeab7552f83dba353994f136c323 --- test/secret.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/secret.cpp b/test/secret.cpp index a5e9ab285..d639c2a47 100644 --- a/test/secret.cpp +++ b/test/secret.cpp @@ -183,7 +183,7 @@ class messages_sendEncrypted final { BufferSlice data_; messages_sendEncrypted() = default; - static const int32 ID = -1451792525; + static const int32 ID = 1157265941; explicit messages_sendEncrypted(TlBufferParser &p) : flags_(TlFetchInt::parse(p))