813 B
813 B
title | description | image |
---|---|---|
recentMeUrlUser | recentMeUrlUser attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: recentMeUrlUser
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}