1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:17:46 +01:00
MadelineProto/old_docs/API_docs_v46/constructors/updateNewStickerSet.md

517 B

title description
updateNewStickerSet updateNewStickerSet attributes, type and example

Constructor: updateNewStickerSet

Back to constructors index

Attributes:

Name Type Required
stickerset messages_StickerSet Required

Type: Update

Example:

$updateNewStickerSet = ['_' => 'updateNewStickerSet', 'stickerset' => messages.StickerSet, ];