mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
28 lines
539 B
Markdown
28 lines
539 B
Markdown
|
---
|
||
|
title: messageEntityMention
|
||
|
description: messageEntityMention attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageEntityMention
|
||
|
[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:
|
||
|
|
||
|
```
|
||
|
$messageEntityMention = ['_' => 'messageEntityMention', 'offset' => int, 'length' => int, ];
|
||
|
```
|
||
|
|