38 lines
818 B
Markdown
38 lines
818 B
Markdown
---
|
|
title: inputStickerSetItem
|
|
description: inputStickerSetItem attributes, type and example
|
|
---
|
|
## Constructor: inputStickerSetItem
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|document|[InputDocument](../types/InputDocument.md) | Yes|
|
|
|emoji|[string](../types/string.md) | Yes|
|
|
|mask\_coords|[MaskCoords](../types/MaskCoords.md) | Optional|
|
|
|
|
|
|
|
|
### Type: [InputStickerSetItem](../types/InputStickerSetItem.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputStickerSetItem = ['_' => 'inputStickerSetItem', 'document' => InputDocument, 'emoji' => string, 'mask_coords' => MaskCoords, ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
inputStickerSetItem={_='inputStickerSetItem', document=InputDocument, emoji=string, mask_coords=MaskCoords, }
|
|
|
|
```
|
|
|
|
|