MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlChatInvite.md
2024-05-01 14:53:46 +02:00

782 B

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

Constructor: recentMeUrlChatInvite

Back to constructors index

Recent t.me invite link to a chat

Attributes:

Name Type Required Description
url string Yes t.me URL
chat_invite ChatInvite Yes Chat invitation

Type: RecentMeUrl

Example:

$recentMeUrlChatInvite = ['_' => 'recentMeUrlChatInvite', 'url' => 'string', 'chat_invite' => ChatInvite];