MadelineProtoDocs/old_docs/API_docs_v41/constructors/messages.stickerSetInstallR...

35 lines
754 B
Markdown

---
title: messages.stickerSetInstallResultSuccess
description: The stickerset was installed successfully
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/messages_stickerSetInstallResultSuccess.html
---
# Constructor: messages.stickerSetInstallResultSuccess
[Back to constructors index](index.md)
The stickerset was installed successfully
### Type: [messages.StickerSetInstallResult](../types/messages.StickerSetInstallResult.md)
### Example:
```php
$messages.stickerSetInstallResultSuccess = ['_' => 'messages.stickerSetInstallResultSuccess'];
```
Or, if you're into Lua:
```lua
messages.stickerSetInstallResultSuccess={_='messages.stickerSetInstallResultSuccess'}
```