845 B
845 B
title | description | image |
---|---|---|
recentMeUrlChatInvite | Recent t.me invite link to a chat | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: recentMeUrlChatInvite
Recent t.me invite link to a chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | T.me URL |
chat_invite | ChatInvite | Optional | Chat invitation |
Type: RecentMeUrl
Example:
$recentMeUrlChatInvite = ['_' => 'recentMeUrlChatInvite', 'url' => 'string', 'chat_invite' => ChatInvite];
Or, if you're into Lua:
recentMeUrlChatInvite={_='recentMeUrlChatInvite', url='string', chat_invite=ChatInvite}