Add secret chat layer 123.

This commit is contained in:
levlam 2021-02-06 23:29:01 +03:00
parent f1f739648c
commit bfeb516bf0

View File

@ -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 {