InputStickeredMedia

class pyrogram.raw.base.InputStickeredMedia

Represents a media with attached stickers

Constructors:

This base type has 2 constructors available.

InputStickeredMediaDocument

A document with stickers attached

InputStickeredMediaPhoto

A photo with stickers attached

TL Schema


Parameter Tree

InputStickeredMedia
│ └── id → InputPhoto
│ ├── InputPhotoEmpty
│ └── InputPhoto
│ ├── id → long
│ ├── access_hash → long
│ └── file_reference → bytes
└── id → InputDocument
└── InputDocument
├── id → long
├── access_hash → long
└── file_reference → bytes

Example