MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlChat.md

31 lines
710 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "recentMeUrlChat"
description: "Recent t.me link to a chat"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: recentMeUrlChat
[Back to constructors index](/API_docs/constructors/index.html)
Recent t.me link to a chat
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|url|[string](/API_docs/types/string.html) | Yes|t.me URL|
|chat\_id|[long](/API_docs/types/long.html) | Yes|Chat ID|
### Type: [RecentMeUrl](/API_docs/types/RecentMeUrl.html)
### Example:
```
$recentMeUrlChat = ['_' => 'recentMeUrlChat', 'url' => 'string', 'chat_id' => long];
```