MadelineProtoDocs/docs/TD_docs/methods/getStickers.md

25 lines
925 B
Markdown

---
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
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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 | Description | Required |
|----------|---------------|-------------|----------|
|emoji|[string](../types/string.md) | String representation of emoji. If empty, returns all known stickers | Yes|
|limit|[int](../types/int.md) | Maximum number of stickers to return | Yes|
### Return type: [Stickers](../types/Stickers.md)