mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:27:23 +01:00
428 B
428 B
Constructor: messageEntityPre
Attributes:
Name | Type | Required |
---|---|---|
offset | int | Required |
length | int | Required |
language | string | Required |
Type: MessageEntity
Example:
$messageEntityPre = ['offset' => int, 'length' => int, 'language' => string, ];