InputStickerSetThumb

class pyrogram.raw.types.InputStickerSetThumb

Location of stickerset thumbnail (see files)

Constructor of InputFileLocation.

Details:
  • Layer: 223

  • ID: 9D84F3DB

Parameters:
  • stickerset (InputStickerSet) – Sticker set

  • thumb_version (int 32-bit) – Thumbnail version

TL Schema

inputStickerSetThumb#9d84f3db
stickerset:InputStickerSet
thumb_version:int

= InputFileLocation

Parameter Tree

InputStickerSetThumb
├── stickersetInputStickerSet
│ ├── InputStickerSetEmpty
│ ├── InputStickerSetID
│ │ ├── idlong
│ │ └── access_hashlong
│ │ └── short_namestring
│ ├── InputStickerSetDice
│ │ └── emoticonstring
└── thumb_versionint

Example

InputStickerSetThumb(
    stickerset=InputStickerSetEmpty(),
    thumb_version=0,
)