mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 07:19:36 +01:00
19 lines
394 B
Markdown
19 lines
394 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 = ['_' => messageEntityMention', 'offset' => int, 'length' => int, ];
|
|
``` |