MadelineProtoDocs/docs/TD_docs/methods/getStickers.md

25 lines
922 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: getStickers
description: Returns stickers from installed ordinary sticker sets corresponding to the given emoji. If emoji is not empty, elso favorite and recently used stickers may be returned
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
## Method: getStickers
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns stickers from installed ordinary sticker sets corresponding to the given emoji. If emoji is not empty, elso favorite and recently used stickers may be returned
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|emoji|[string](../types/string.md) | Yes|String representation of emoji. If empty, returns all known stickers|
|limit|[int](../types/int.md) | Yes|Maximum number of stickers to return|
### Return type: [Stickers](../types/Stickers.md)