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