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

30 lines
1009 B
Markdown

---
title: sticker
description: Describes sticker
---
## Constructor: sticker
[Back to constructors index](index.md)
Describes sticker
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|set\_id|[long](../types/long.md) | Yes|Identifier of sticker set to which the sticker belongs or 0 if none|
|width|[int](../types/int.md) | Yes|Sticker width as defined by sender|
|height|[int](../types/int.md) | Yes|Sticker height as defined by sender|
|emoji|[string](../types/string.md) | Yes|Emoji corresponding to the sticker|
|is\_mask|[Bool](../types/Bool.md) | Yes|True, if the sticker is a mask|
|mask\_position|[maskPosition](../constructors/maskPosition.md) | Yes|Position where the mask should be placed, nullable|
|thumb|[photoSize](../constructors/photoSize.md) | Yes|Sticker thumb in webp or jpeg format, nullable|
|sticker|[file](../constructors/file.md) | Yes|File with sticker|
### Type: [Sticker](../types/Sticker.md)