MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlStickerSet.md

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}