Skip to content

Commit

Permalink
Add secret chat layer 123.
Browse files Browse the repository at this point in the history
levlam committed Feb 6, 2021
1 parent f1f7396 commit bfeb516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion td/telegram/SecretChatActor.h
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit bfeb516

Please sign in to comment.