InputStickeredMediaDocument
- class pyrogram.raw.types.InputStickeredMediaDocument
A document with stickers attached
Constructor of
InputStickeredMedia.- Details:
Layer:
223ID:
438865B
- Parameters:
id (
InputDocument) – The document
TL Schema
inputStickeredMediaDocument#438865b
id:InputDocument
= InputStickeredMedia
Parameter Tree
InputStickeredMediaDocument
└── id →
InputDocument└──
InputDocument├── id →
long├── access_hash →
long└── file_reference →
bytesExample
InputStickeredMediaDocument(
id=InputDocumentEmpty(),
)