MadelineProtoDocs/old_docs/API_docs_v23/constructors/documentAttributeSticker.md

34 lines
521 B
Markdown

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