Constructor: recentMeUrlChatInvite
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];