26 lines
845 B
Markdown
26 lines
845 B
Markdown
---
|
|
title: inputSticker
|
|
description: Description of a sticker which should be added to a sticker set
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: inputSticker
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Description of a sticker which should be added to a sticker set
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|png\_sticker|[InputFile](../types/InputFile.md) | Yes|Png image with the sticker, must be up to 512 kilobytes in size and fit in 512x512 square|
|
|
|emojis|[string](../types/string.md) | Yes|Emojis corresponding to the sticker|
|
|
|mask\_position|[maskPosition](../constructors/maskPosition.md) | Yes|Position where the mask should be placed, nullable|
|
|
|
|
|
|
|
|
### Type: [InputSticker](../types/InputSticker.md)
|
|
|
|
|