1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:27:46 +01:00
MadelineProto/docs/API_docs/constructors/messageEntityBold.md

18 lines
357 B
Markdown
Raw Normal View History

## Constructor: messageEntityBold
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|offset|[int](../types/int.md) | Required|
|length|[int](../types/int.md) | Required|
### Type: [MessageEntity](../types/MessageEntity.md)
### Example:
```
$messageEntityBold = ['offset' => int, 'length' => int, ];
```