MadelineProto/docs/API_docs/constructors/documentAttributeSticker23.md
2017-05-27 22:21:14 +01:00

31 lines
461 B
Markdown

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