MadelineProto/old_docs/API_docs_v23/constructors/documentAttributeSticker.md

31 lines
447 B
Markdown
Raw Normal View History

---
title: documentAttributeSticker
description: documentAttributeSticker attributes, type and example
---
## Constructor: documentAttributeSticker
[Back to constructors index](index.md)
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
### Example:
```
$documentAttributeSticker = ['_' => 'documentAttributeSticker', ];
```
Or, if you're into Lua:
```
documentAttributeSticker={_='documentAttributeSticker', }
```