mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 08:36:55 +01:00
23 lines
486 B
Markdown
23 lines
486 B
Markdown
---
|
|
title: publicMessageLink
|
|
description: Contains public HTTPS link to a message in a public channel
|
|
---
|
|
## 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)
|
|
|
|
|