MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlChat.md

742 B

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

Constructor: recentMeUrlChat

Back to constructors index

Recent t.me link to a chat

Attributes:

Name Type Required Description
url string Yes T.me 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}