MadelineProtoDocs/old_docs/API_docs_v43/constructors/recentMeUrlUnknown.md

39 lines
656 B
Markdown
Raw Permalink Normal View History

2020-09-12 12:47:38 +02:00
---
title: recentMeUrlUnknown
description: Unknown t.me url
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: recentMeUrlUnknown
[Back to constructors index](index.md)
Unknown t.me url
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|url|[string](../types/string.md) | Yes|URL|
### Type: [RecentMeUrl](../types/RecentMeUrl.md)
### Example:
```php
$recentMeUrlUnknown = ['_' => 'recentMeUrlUnknown', 'url' => 'string'];
```
Or, if you're into Lua:
```lua
recentMeUrlUnknown={_='recentMeUrlUnknown', url='string'}
```