mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 02:38:50 +01:00
26 lines
520 B
Markdown
26 lines
520 B
Markdown
---
|
|
title: messageEntityCode
|
|
description: messageEntityCode attributes, type and example
|
|
---
|
|
## Constructor: messageEntityCode
|
|
[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:
|
|
|
|
```
|
|
$messageEntityCode = ['_' => 'messageEntityCode', 'offset' => int, 'length' => int, ];
|
|
``` |