1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
MadelineProto/docs/API_docs/constructors/messageEntityPre.md

586 B

title description
messageEntityPre messageEntityPre attributes, type and example

Constructor: messageEntityPre

Back to constructors index

Attributes:

Name Type Required
offset int Required
length int Required
language string Required

Type: MessageEntity

Example:

$messageEntityPre = ['_' => messageEntityPre, 'offset' => int, 'length' => int, 'language' => string, ];