2022-05-06 13:23:29 +03:00
|
|
|
# @mtcute/tl-runtime
|
|
|
|
|
2023-11-01 14:05:45 +03:00
|
|
|
📖 [API Reference](https://ref.mtcute.dev/modules/_mtcute_tl_runtime.html)
|
|
|
|
|
2022-05-06 13:23:29 +03:00
|
|
|
This package contains runtime for TL (de-)serialization.
|
|
|
|
It only contains binary reader and writer implementations,
|
2023-11-01 14:05:45 +03:00
|
|
|
as well as some `Uint8Array` utilities, and is used by `@mtcute/core`.
|
2022-05-06 13:23:29 +03:00
|
|
|
|
|
|
|
`@mtcute/tl-utils` on the other hand has utilities like codegen
|
|
|
|
and schema manipulation, which is only needed at runtime if you
|
|
|
|
are patching the schema (which is a rare case anyways).
|
2023-11-01 14:05:45 +03:00
|
|
|
|
|
|
|
## Features
|
|
|
|
- Supports all TL features used by the public schema
|
2024-08-13 04:53:07 +03:00
|
|
|
- Supports browsers out of the box
|