741 B
741 B
title | description | image |
---|---|---|
updateNewStickerSet | Update new sticker set | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateNewStickerSet
Update new sticker set
Attributes:
Name | Type | Required | Description |
---|---|---|---|
stickerset | messages_StickerSet | Yes | Stickerset |
Type: Update
Example:
$updateNewStickerSet = ['_' => 'updateNewStickerSet', 'stickerset' => messages_StickerSet];
Or, if you're into Lua:
updateNewStickerSet={_='updateNewStickerSet', stickerset=messages_StickerSet}