Raw.InputWebDocument
The document
inputWebDocument#9bed434d url:string size:int mime_type:string attributes:Vector<DocumentAttribute> = InputWebDocument;
export namespace Raw {
export class InputWebDocument {
constructor(params: {
url: string;
size: number;
mimeType: string;
attributes: Array<Raw.TypeDocumentAttribute>;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9bed434d
Property
url
: stringRemote document url to be downloaded using the appropriate method
size
: numberRemote file size
mimeType
: stringMime type
attributes
: Array of Raw.TypeDocumentAttributeAttributes for media types