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
# Get all stickers by short name await app.get_stickers("short_name")- Raises:¶
ValueError – In case of invalid arguments.