Skip to content

🔧 get_sticker_set

Use this method to get a sticker set. On success, a StickerSet object is returned.

âš™ī¸ Parameters

  • name (str ): Sticker set name

📲 Returns

StickerSet

📀 Examples

-đŸĒĢ Required Parameters

await bot.get_sticker_set(
    name=your_name_here
)