922 B
922 B
title | description | image |
---|---|---|
messageEntityPre | messageEntityPre attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageEntityPre
Attributes:
Name | Type | Required |
---|---|---|
offset | int | Yes |
length | int | Yes |
language | string | Yes |
Type: MessageEntity
Example:
$messageEntityPre = ['_' => 'messageEntityPre', 'offset' => int, 'length' => int, 'language' => 'string'];
PWRTelegram json-encoded version:
{"_": "messageEntityPre", "offset": int, "length": int, "language": "string"}
Or, if you're into Lua:
messageEntityPre={_='messageEntityPre', offset=int, length=int, language='string'}