InputStickerSetDice
- class pyrogram.raw.types.InputStickerSetDice
Used for fetching animated dice stickers
Constructor of
InputStickerSet.- Details:
Layer:
223ID:
E67F520E
- Parameters:
emoticon (
str) – The emoji, for now , and are supported
TL Schema
inputStickerSetDice#e67f520e
emoticon:string
= InputStickerSet
Parameter Tree
InputStickerSetDice
└── emoticon →
stringExample
InputStickerSetDice(
emoticon="text",
)