MadelineProtoDocs/old_docs/API_docs_v81/constructors/messages_stickerSetInstallResultSuccess.md

39 lines
773 B
Markdown
Raw Normal View History

2018-07-12 20:24:55 +02:00
---
title: messages.stickerSetInstallResultSuccess
description: messages_stickerSetInstallResultSuccess attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: messages.stickerSetInstallResultSuccess
[Back to constructors index](index.md)
### Type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md)
### Example:
```
$messages_stickerSetInstallResultSuccess = ['_' => 'messages.stickerSetInstallResultSuccess'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "messages.stickerSetInstallResultSuccess"}
```
Or, if you're into Lua:
```
messages_stickerSetInstallResultSuccess={_='messages.stickerSetInstallResultSuccess'}
```