mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
26 lines
610 B
Markdown
26 lines
610 B
Markdown
|
---
|
||
|
title: documentAttributeSticker
|
||
|
description: documentAttributeSticker attributes, type and example
|
||
|
---
|
||
|
## Constructor: documentAttributeSticker
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|alt|[string](../types/string.md) | Required|
|
||
|
|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$documentAttributeSticker = ['_' => 'documentAttributeSticker', 'alt' => string, 'stickerset' => InputStickerSet, ];
|
||
|
```
|