mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:27:21 +01:00
17 lines
454 B
Markdown
17 lines
454 B
Markdown
## Constructor: messageEntityTextUrl
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|offset|[int](../types/int.md) | Required|
|
|
|length|[int](../types/int.md) | Required|
|
|
|url|[string](../types/string.md) | Required|
|
|
### Type:
|
|
|
|
[MessageEntity](../types/MessageEntity.md)
|
|
### Example:
|
|
|
|
```
|
|
$messageEntityTextUrl = ['_' => messageEntityTextUrl', 'offset' => int, 'length' => int, 'url' => string, ];
|
|
``` |