34 lines
513 B
Markdown
34 lines
513 B
Markdown
---
|
|
title: documentAttributeSticker
|
|
description: Defines a sticker
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: documentAttributeSticker\_23
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Defines a sticker
|
|
|
|
|
|
|
|
|
|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$documentAttributeSticker_23 = ['_' => 'documentAttributeSticker'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
documentAttributeSticker_23={_='documentAttributeSticker'}
|
|
|
|
```
|
|
|
|
|