TlReaderMap: Record<number, ((r) => unknown)> & {
    _results?: Record<string, ((r) => unknown)>;
}

Mapping of TL object IDs to reader functions.

Note that these types should never be present in the map and are parsed manually inside .object():

  • 0x1cb5c415 aka vector
  • 0x3072cfa1 aka gzip_packed
  • 0xbc799737 aka boolFalse
  • 0x997275b5 aka boolTrue
  • 0x3fedd339 aka true
  • 0x56730bcc aka null

Type declaration

  • Optional _results?: Record<string, ((r) => unknown)>

Generated using TypeDoc