MadelineProto/docs/TD_docs/constructors/inputSticker.md

25 lines
772 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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|
2017-09-29 15:50:59 +02:00
|mask\_position|[maskPosition](../constructors/maskPosition.md) | Yes|Position where the mask should be placed, nullable|
2017-08-25 15:05:53 +02:00
### Type: [InputSticker](../types/InputSticker.md)