mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 00:26:57 +01:00
24 lines
844 B
Markdown
24 lines
844 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
|
|
|
|
### 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)
|
|
|