InputStickerSetID

class pyrogram.raw.types.InputStickerSetID

Stickerset by ID

Constructor of InputStickerSet.

Details:
  • Layer: 223

  • ID: 9DE7A269

Parameters:
  • id (int 64-bit) – ID

  • access_hash (int 64-bit) – Access hash

TL Schema

inputStickerSetID#9de7a269
id:long
access_hash:long

= InputStickerSet

Parameter Tree

InputStickerSetID
├── idlong
└── access_hashlong

Example

InputStickerSetID(
    id=0,
    access_hash=0,
)