mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
528 B
528 B
title |
---|
messageEntityPre |
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, ];