mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
710 B
710 B
title | description | nav_exclude | image |
---|---|---|---|
recentMeUrlChat | Recent t.me link to a chat | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: recentMeUrlChat
Recent t.me link to a chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | t.me URL |
chat_id | long | Yes | Chat ID |
Type: RecentMeUrl
Example:
$recentMeUrlChat = ['_' => 'recentMeUrlChat', 'url' => 'string', 'chat_id' => long];