mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
619 B
Markdown
30 lines
619 B
Markdown
|
---
|
||
|
title: "recentMeUrlUnknown"
|
||
|
description: "Unknown t.me url"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: recentMeUrlUnknown
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Unknown t.me url
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|url|[string](/API_docs/types/string.html) | Yes|URL|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [RecentMeUrl](/API_docs/types/RecentMeUrl.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$recentMeUrlUnknown = ['_' => 'recentMeUrlUnknown', 'url' => 'string'];
|
||
|
```
|