From bfeb516bf0cc1a124c6e4a1748cbce4b3d8b13fb Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 6 Feb 2021 23:29:01 +0300 Subject: [PATCH] Add secret chat layer 123. --- td/telegram/SecretChatActor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/td/telegram/SecretChatActor.h b/td/telegram/SecretChatActor.h index 682aa7044..e3e29bdd5 100644 --- a/td/telegram/SecretChatActor.h +++ b/td/telegram/SecretChatActor.h @@ -55,7 +55,8 @@ class SecretChatActor : public NetQueryCallback { VIDEO_NOTES_LAYER = 66, MTPROTO_2_LAYER = 73, NEW_ENTITIES_LAYER = 101, - MY_LAYER = NEW_ENTITIES_LAYER + DELETE_MESSAGES_ON_CLOSE_LAYER = 123, + MY_LAYER = DELETE_MESSAGES_ON_CLOSE_LAYER }; class Context {