mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 20:35:03 +01:00
12 lines
379 B
Markdown
12 lines
379 B
Markdown
---
|
|
title: !X
|
|
description: Represents a TL serialized payload
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
## Type: !X
|
|
[Back to constructor index](index.html)
|
|
|
|
Represents a TL serialized payload.
|
|
Typically you would want to provide a simple constructor or a method array here (method name under `_` as with constructors).
|