MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlUser.md

737 B

title description image
recentMeUrlUser Recent t.me link to a user https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: recentMeUrlUser

Back to constructors index

Recent t.me link to a user

Attributes:

Name Type Required Description
url string Yes URL
user_id int Yes User ID

Type: RecentMeUrl

Example:

$recentMeUrlUser = ['_' => 'recentMeUrlUser', 'url' => 'string', 'user_id' => int];

Or, if you're into Lua:

recentMeUrlUser={_='recentMeUrlUser', url='string', user_id=int}