MadelineProto/docs/TD_docs/constructors/messageEntityTextUrl.md

25 lines
647 B
Markdown
Raw Normal View History

---
title: messageEntityTextUrl
description: Text description showed instead of the url
---
## Constructor: messageEntityTextUrl
[Back to constructors index](index.md)
Text description showed instead of the url
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|offset|[int](../types/int.md) | Yes|Offset of the entity in UTF-16 code points|
|length|[int](../types/int.md) | Yes|Length of the entity in UTF-16 code points|
|url|[string](../types/string.md) | Yes|Url to be opened after link will be clicked|
### Type: [MessageEntity](../types/MessageEntity.md)