699 B
699 B
title | description |
---|---|
messageEntityPre | messageEntityPre attributes, type and example |
Constructor: messageEntityPre
Attributes:
Name | Type | Required |
---|---|---|
offset | int | Yes |
length | int | Yes |
language | string | Yes |
Type: MessageEntity
Example:
$messageEntityPre = ['_' => 'messageEntityPre', 'offset' => int, 'length' => int, 'language' => string, ];
Or, if you're into Lua:
messageEntityPre={_='messageEntityPre', offset=int, length=int, language=string, }