1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 15:46:55 +01:00
MadelineProto/docs/TD_docs/methods/getStickers.md

24 lines
866 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
---
## 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|[CLICK ME string](../types/string.md) | Yes|String representation of emoji. If empty, returns all known stickers|
|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of stickers to return|
### Return type: [Stickers](../types/Stickers.md)