MadelineProtoDocs/docs/API_docs/constructors/documentAttributeHasSticker...

34 lines
593 B
Markdown

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