mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
31 lines
793 B
Markdown
31 lines
793 B
Markdown
|
---
|
||
|
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];
|
||
|
```
|