656 B
656 B
title | description | image |
---|---|---|
recentMeUrlUnknown | Unknown t.me url | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: recentMeUrlUnknown
Unknown t.me url
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'}