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: 223

  • ID: 62DC8B48

Parameters:

id (InputDocument) – The old story video.

TL Schema

inputFileStoryDocument#62dc8b48
id:InputDocument

= InputFile

Parameter Tree

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

Example

InputFileStoryDocument(
    id=InputDocumentEmpty(),
)