592 B
592 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, ];