get_stickers()

Client.get_stickers()

Get all stickers from set by short name.

Usable by Users Bots

Parameters:

short_name (str) – Short name of the sticker set, serves as the unique identifier for the sticker set.

Returns:

List of Sticker – A list of stickers is returned.

Example

await app.get_stickers("short_name")
Raises:

raises ValueError: In case of invalid arguments.