mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.0 KiB
1.0 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.stickerSetInstallResultArchive | The stickerset was installed, but since there are too many stickersets some were archived | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_stickerSetInstallResultArchive.html |
Constructor: messages.stickerSetInstallResultArchive
The stickerset was installed, but since there are too many stickersets some were archived
Attributes:
Name | Type | Required | Description |
---|---|---|---|
sets | Array of StickerSetCovered | Yes | Archived stickersets |
Type: messages.StickerSetInstallResult
Example:
$messages_stickerSetInstallResultArchive = ['_' => 'messages.stickerSetInstallResultArchive', 'sets' => [StickerSetCovered, StickerSetCovered]];