InputStickerSetID
- class pyrogram.raw.types.InputStickerSetID
Stickerset by ID
Constructor of
InputStickerSet.- Details:
Layer:
223ID:
9DE7A269
- Parameters:
id (
int64-bit) – IDaccess_hash (
int64-bit) – Access hash
TL Schema
inputStickerSetID#9de7a269
id:long
access_hash:long
= InputStickerSet
Parameter Tree
InputStickerSetID
├── id →
long└── access_hash →
longExample
InputStickerSetID(
id=0,
access_hash=0,
)