MadelineProtoDocs/old_docs/API_docs_v66/constructors/messages.stickerSetInstallR...

1.1 KiB

title description image redirect_from
messages.stickerSetInstallResultArchive The stickerset was installed, but since there are too many stickersets some were archived https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_stickerSetInstallResultArchive.html

Constructor: messages.stickerSetInstallResultArchive

Back to constructors index

The stickerset was installed, but since there are too many stickersets some were archived

Attributes:

Name Type Required Description
sets Array of StickerSetCovered Yes Sets

Type: messages.StickerSetInstallResult

Example:

$messages.stickerSetInstallResultArchive = ['_' => 'messages.stickerSetInstallResultArchive', 'sets' => [StickerSetCovered, StickerSetCovered]];

Or, if you're into Lua:

messages.stickerSetInstallResultArchive={_='messages.stickerSetInstallResultArchive', sets={StickerSetCovered}}