MadelineProto/docs/TD_docs/constructors/inputSticker.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

25 lines
772 B
Markdown

---
title: inputSticker
description: Description of a sticker which should be added to a sticker set
---
## 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)