MadelineProtoDocs/old_docs/API_docs_v105/constructors/documentAttributeHasStickers.md
2019-12-27 17:48:04 +01:00

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'}
```