31 lines
461 B
Markdown
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', }
|
|
|
|
```
|
|
|
|
|