InputStickeredMediaDocument

class pyrogram.raw.types.InputStickeredMediaDocument

A document with stickers attached

Constructor of InputStickeredMedia.

Details:
  • Layer: 227

  • ID: 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 → bytes

Example

InputStickeredMediaDocument(
    id=InputDocumentEmpty(),
)