Layer 220
InputFileStoryDocument
Used to edit the thumbnail/static preview of a story, see here for more info on the full flow.
constructor
inputFileStoryDocument#62dc8b48 id:InputDocument = InputFile;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | InputDocument | The old story video. |
Returns
InputFileGogram Example
// Creating InputFileStoryDocument constructor obj := &tg.InputFileStoryDocument{ Id: &tg.InputDocument{ID: int64(0), AccessHash: int64(0), FileReference: []byte{}}, }