696 B
696 B
title | description | image |
---|---|---|
textPlain | Text plain | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textPlain
Text plain
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text |
Type: RichText
Example:
$textPlain = ['_' => 'textPlain', 'text' => 'string'];
PWRTelegram json-encoded version:
{"_": "textPlain", "text": "string"}
Or, if you're into Lua:
textPlain={_='textPlain', text='string'}