MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlUnknown.md
2024-05-01 14:53:46 +02:00

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'];
```