MadelineProtoDocs/old_docs/API_docs_v105/constructors/recentMeUrlChat.md
2019-09-13 17:13:55 +02:00

721 B

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

Constructor: recentMeUrlChat

Back to constructors index

Recent me URL chat

Attributes:

Name Type Required Description
url string Yes URL
chat_id int Yes Chat ID

Type: RecentMeUrl

Example:

$recentMeUrlChat = ['_' => 'recentMeUrlChat', 'url' => 'string', 'chat_id' => int];

Or, if you're into Lua:

recentMeUrlChat={_='recentMeUrlChat', url='string', chat_id=int}