MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlStickerSet.md

31 lines
793 B
Markdown
Raw Normal View History

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