MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlStickerSet.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

914 B

title description image
recentMeUrlStickerSet recentMeUrlStickerSet attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: recentMeUrlStickerSet

Back to constructors index

Attributes:

Name Type Required
url string Yes
set StickerSetCovered Yes

Type: RecentMeUrl

Example:

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

PWRTelegram json-encoded version:

{"_": "recentMeUrlStickerSet", "url": "string", "set": StickerSetCovered}

Or, if you're into Lua:

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