mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 09:19:57 +01:00
588 B
588 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, ];