MadelineProtoDocs/old_docs/API_docs_v102/constructors/recentMeUrlUnknown.md
2019-06-24 15:45:02 +02:00

666 B

title description image
recentMeUrlUnknown Recent me URL unknown https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: recentMeUrlUnknown

Back to constructors index

Recent me URL unknown

Attributes:

Name Type Required Description
url string Yes URL

Type: RecentMeUrl

Example:

$recentMeUrlUnknown = ['_' => 'recentMeUrlUnknown', 'url' => 'string'];

Or, if you're into Lua:

recentMeUrlUnknown={_='recentMeUrlUnknown', url='string'}