mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 23:27:46 +01:00
621 B
621 B
title | description |
---|---|
messageEntityBold | messageEntityBold attributes, type and example |
Constructor: messageEntityBold
Attributes:
Name | Type | Required |
---|---|---|
offset | int | Yes |
length | int | Yes |
Type: MessageEntity
Example:
$messageEntityBold = ['_' => 'messageEntityBold', 'offset' => int, 'length' => int, ];
Or, if you're into Lua:
messageEntityBold={_='messageEntityBold', offset=int, length=int, }