18 lines
355 B
Markdown
18 lines
355 B
Markdown
|
## Constructor: messageEntityUrl
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|offset|[int](../types/int.md) | Required|
|
||
|
|length|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [MessageEntity](../types/MessageEntity.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$messageEntityUrl = ['offset' => int, 'length' => int, ];
|
||
|
```
|