24 lines
682 B
Markdown
24 lines
682 B
Markdown
---
|
|
title: getStickers
|
|
description: Returns stickers from installed ordinary sticker sets corresponding to the given emoji
|
|
---
|
|
## 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
|
|
|
|
### Params:
|
|
|
|
| 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)
|
|
|