MadelineProtoDocs/docs/TD_docs/constructors/inputMessageSticker.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

27 lines
686 B
Markdown

---
title: inputMessageSticker
description: Sticker message
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputMessageSticker
[Back to constructors index](index.md)
Sticker message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|sticker|[InputFile](../types/InputFile.md) | Yes|Sticker to send|
|thumb|[inputThumb](../constructors/inputThumb.md) | Yes|Sticker thumb, if available|
|width|[int](../types/int.md) | Yes|Sticker width|
|height|[int](../types/int.md) | Yes|Sticker height|
### Type: [InputMessageContent](../types/InputMessageContent.md)