mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 06:19:37 +01:00
18 lines
363 B
Markdown
18 lines
363 B
Markdown
## Constructor: messageEntityMention
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|offset|[int](../types/int.md) | Required|
|
|
|length|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [MessageEntity](../types/MessageEntity.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$messageEntityMention = ['offset' => int, 'length' => int, ];
|
|
``` |