MadelineProtoDocs/docs/API_docs/constructors/documentAttributeSticker_23.md
2019-12-27 17:48:04 +01:00

34 lines
513 B
Markdown

---
title: documentAttributeSticker
description: Defines a sticker
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: documentAttributeSticker\_23
[Back to constructors index](index.md)
Defines a sticker
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
### Example:
```php
$documentAttributeSticker_23 = ['_' => 'documentAttributeSticker'];
```
Or, if you're into Lua:
```lua
documentAttributeSticker_23={_='documentAttributeSticker'}
```