StickerPack

class pyrogram.raw.base.StickerPack

Stickerpack

Constructors:

This base type has 1 constructor available.

StickerPack

A stickerpack is a group of stickers associated to the same emoji.

TL Schema

stickerPack#12b299d4
emoticon:string
documents:Vector<long>

= StickerPack

Parameter Tree

StickerPack
├── emoticonstring
└── documentsVector < long >

Example

StickerPack(
    emoticon="text",
    documents=[0],
)