From c22d035308aaa856c8a4f70bbd335a0256a317c0 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sun, 22 Feb 2026 23:43:36 +0100 Subject: [PATCH] Layer: Sync with server (#6703) --- src/lib/gramjs/tl/AllTLObjects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/gramjs/tl/AllTLObjects.ts b/src/lib/gramjs/tl/AllTLObjects.ts index 355c0ef37..ff62cbf34 100644 --- a/src/lib/gramjs/tl/AllTLObjects.ts +++ b/src/lib/gramjs/tl/AllTLObjects.ts @@ -12,6 +12,6 @@ for (const tl of Object.values(Api)) { } } -export const LAYER = 224; +export const LAYER = 222; export { tlobjects };