InputStickerSetThumb
- class pyrogram.raw.types.InputStickerSetThumb
Location of stickerset thumbnail (see files)
Constructor of
InputFileLocation.- Details:
Layer:
223ID:
9D84F3DB
- Parameters:
stickerset (
InputStickerSet) – Sticker setthumb_version (
int32-bit) – Thumbnail version
TL Schema
inputStickerSetThumb#9d84f3db
stickerset:InputStickerSet
thumb_version:int
= InputFileLocation
Parameter Tree
InputStickerSetThumb
├── stickerset →
InputStickerSet│ ├──
InputStickerSetEmpty│ ├──
InputStickerSetID│ │ ├── id →
long│ │ └── access_hash →
long│ ├──
InputStickerSetShortName│ │ └── short_name →
string│ ├──
InputStickerSetDice│ │ └── emoticon →
string│ └──
InputStickerSetTonGifts└── thumb_version →
intExample
InputStickerSetThumb(
stickerset=InputStickerSetEmpty(),
thumb_version=0,
)