InputStickeredMedia
- class pyrogram.raw.base.InputStickeredMedia
Represents a media with attached stickers
- Constructors:
This base type has 2 constructors available.
A document with stickers attached
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