mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 12:25:08 +01:00
11 lines
327 B
Markdown
11 lines
327 B
Markdown
|
---
|
||
|
title: string
|
||
|
description: A UTF8 string of variable length
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
## Type: string
|
||
|
[Back to constructor index](index.html)
|
||
|
|
||
|
A UTF8 string of variable length. The total length in bytes of the string must not be bigger than 16777215.
|