MadelineProto/old_docs/API_docs_v23/constructors/documentAttributeSticker.md
2017-07-23 16:33:46 +02:00

38 lines
549 B
Markdown

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