MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlUser.md
2018-04-01 13:24:46 +02:00

740 B

title description
recentMeUrlUser recentMeUrlUser attributes, type and example

Constructor: recentMeUrlUser

Back to constructors index

Attributes:

Name Type Required
url string Yes
user_id int Yes

Type: RecentMeUrl

Example:

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

PWRTelegram json-encoded version:

{"_": "recentMeUrlUser", "url": "string", "user_id": int}

Or, if you're into Lua:

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