InputStickerSetDice

class pyrogram.raw.types.InputStickerSetDice

Used for fetching animated dice stickers

Constructor of InputStickerSet.

Details:
  • Layer: 223

  • ID: E67F520E

Parameters:

emoticon (str) – The emoji, for now , and are supported

TL Schema

inputStickerSetDice#e67f520e
emoticon:string

= InputStickerSet

Parameter Tree

InputStickerSetDice
└── emoticonstring

Example

InputStickerSetDice(
    emoticon="text",
)