InputFileStoryDocument
- class pyrogram.raw.types.InputFileStoryDocument
Used to edit the thumbnail/static preview of a story, see here » for more info on the full flow.
Constructor of
InputFile.- Details:
Layer:
223ID:
62DC8B48
- Parameters:
id (
InputDocument) – The old story video.
TL Schema
inputFileStoryDocument#62dc8b48
id:InputDocument
= InputFile
Parameter Tree
InputFileStoryDocument
└── id →
InputDocument└──
InputDocument├── id →
long├── access_hash →
long└── file_reference →
bytesExample
InputFileStoryDocument(
id=InputDocumentEmpty(),
)