MadelineProto/docs/API_docs/constructors/messageEntityPre.md
2017-07-23 16:11:02 +02:00

846 B

title description
messageEntityPre messageEntityPre attributes, type and example

Constructor: messageEntityPre

Back to constructors index

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, }