24 lines
559 B
Markdown
24 lines
559 B
Markdown
---
|
|
title: publicMessageLink
|
|
description: Contains public HTTPS link to a message in a public channel
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: publicMessageLink
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Contains public HTTPS link to a message in a public channel
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|url|[string](../types/string.md) | Yes|The link|
|
|
|
|
|
|
|
|
### Type: [PublicMessageLink](../types/PublicMessageLink.md)
|
|
|
|
|