MadelineProtoDocs/docs/API_docs/constructors/messages.stickerSetInstallResultArchive.md
2024-05-01 14:53:46 +02:00

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

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 Archived stickersets

Type: messages.StickerSetInstallResult

Example:

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