mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
793 B
793 B
title | description | nav_exclude | image |
---|---|---|---|
recentMeUrlStickerSet | Recent t.me stickerset installation URL | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: recentMeUrlStickerSet
Recent t.me stickerset installation URL
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | t.me URL |
set | StickerSetCovered | Yes | Stickerset |
Type: RecentMeUrl
Example:
$recentMeUrlStickerSet = ['_' => 'recentMeUrlStickerSet', 'url' => 'string', 'set' => StickerSetCovered];