--- title: getStickers description: Returns stickers corresponding to given emoji --- ## Method: getStickers [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Returns stickers corresponding to given emoji ### Params: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |emoji|[string](../types/string.md) | Yes|String representation of emoji. If empty, returns all known stickers| ### Return type: [Stickers](../types/Stickers.md)