InputStickeredMediaDocument

class pyrogram.raw.types.InputStickeredMediaDocument

A document with stickers attached

Constructor of InputStickeredMedia.

Details:
  • Layer: 223

  • ID: 438865B

Parameters:

id (InputDocument) – The document

TL Schema

inputStickeredMediaDocument#438865b
id:InputDocument

= InputStickeredMedia

Parameter Tree

InputStickeredMediaDocument
└── idInputDocument
└── InputDocument
├── idlong
├── access_hashlong
└── file_referencebytes

Example

InputStickeredMediaDocument(
    id=InputDocumentEmpty(),
)