MadelineProtoDocs/docs/API_docs/constructors/recentMeUrlStickerSet.md
2018-04-01 13:24:46 +02:00

841 B

title description
recentMeUrlStickerSet recentMeUrlStickerSet attributes, type and example

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}