MadelineProto/docs/TD_docs/constructors/updateStickerSets.md

831 B

title description
updateStickerSets List of installed sticker sets was updated

Constructor: updateStickerSets

Back to constructors index

List of installed sticker sets was updated

Attributes:

Name Type Required Description
is_masks Bool Yes True, if list of installed mask sticker sets was updated
sticker_set_ids Array of long Yes New list of installed sticker sets

Type: Update

Example:

$updateStickerSets = ['_' => 'updateStickerSets', 'is_masks' => Bool, 'sticker_set_ids' => [long], ];

Or, if you're into Lua:

updateStickerSets={_='updateStickerSets', is_masks=Bool, sticker_set_ids={long}, }