Layer: Sync with server (#6703)

This commit is contained in:
Alexander Zinchuk 2026-02-22 23:43:36 +01:00
parent fc498a222b
commit c22d035308

View File

@ -12,6 +12,6 @@ for (const tl of Object.values(Api)) {
}
}
export const LAYER = 224;
export const LAYER = 222;
export { tlobjects };