MadelineProtoDocs/old_docs/API_docs_v34/constructors/messages.stickerSetInstallResultSuccess.md

35 lines
754 B
Markdown
Raw Permalink Normal View History

2020-06-16 17:50:25 +02:00
---
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'}
```