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
│ └── idInputPhoto
│ ├── InputPhotoEmpty
│ └── InputPhoto
│ ├── idlong
│ ├── access_hashlong
│ └── file_referencebytes
└── idInputDocument
└── InputDocument
├── idlong
├── access_hashlong
└── file_referencebytes

Example