MadelineProto/old_docs/API_docs_v42/constructors/messageEntityPre.md

29 lines
592 B
Markdown
Raw Normal View History

---
title: messageEntityPre
description: messageEntityPre attributes, type and example
---
## Constructor: messageEntityPre
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|offset|[int](../types/int.md) | Required|
|length|[int](../types/int.md) | Required|
|language|[string](../types/string.md) | Required|
### Type: [MessageEntity](../types/MessageEntity.md)
### Example:
```
$messageEntityPre = ['_' => 'messageEntityPre', 'offset' => int, 'length' => int, 'language' => string, ];
```