MadelineProtoDocs/old_docs/API_docs_v102/constructors/recentMeUrlStickerSet.md
2019-06-24 15:45:02 +02:00

810 B

title description image
recentMeUrlStickerSet Recent me URL sticker set https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: recentMeUrlStickerSet

Back to constructors index

Recent me URL sticker set

Attributes:

Name Type Required Description
url string Yes URL
set StickerSetCovered Yes Set

Type: RecentMeUrl

Example:

$recentMeUrlStickerSet = ['_' => 'recentMeUrlStickerSet', 'url' => 'string', 'set' => StickerSetCovered];

Or, if you're into Lua:

recentMeUrlStickerSet={_='recentMeUrlStickerSet', url='string', set=StickerSetCovered}