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