631 B
631 B
title | description |
---|---|
updateNewStickerSet | updateNewStickerSet attributes, type and example |
Constructor: updateNewStickerSet
Attributes:
Name | Type | Required |
---|---|---|
stickerset | messages_StickerSet | Yes |
Type: Update
Example:
$updateNewStickerSet = ['_' => 'updateNewStickerSet', 'stickerset' => messages_StickerSet, ];
Or, if you're into Lua:
updateNewStickerSet={_='updateNewStickerSet', stickerset=messages_StickerSet, }