mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
586 B
586 B
title | description |
---|---|
messageEntityPre | messageEntityPre attributes, type and example |
Constructor: messageEntityPre
Attributes:
Name | Type | Required |
---|---|---|
offset | int | Required |
length | int | Required |
language | string | Required |
Type: MessageEntity
Example:
$messageEntityPre = ['_' => messageEntityPre, 'offset' => int, 'length' => int, 'language' => string, ];