1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 17:47:21 +01:00
MadelineProto/docs/API_docs/constructors/messageEntityUnknown.md
2016-12-20 13:32:11 +01:00

26 lines
534 B
Markdown

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