915 B
915 B
title | description | image |
---|---|---|
recentMeUrlStickerSet | recentMeUrlStickerSet attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: recentMeUrlStickerSet
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}