Raw.InputMediaDocumentExternal

Raw.InputMediaDocumentExternal

Document that will be downloaded by the telegram servers

inputMediaDocumentExternal#779600f9 flags:# spoiler:flags.1?true url:string ttl_seconds:flags.0?int video_cover:flags.2?InputPhoto video_timestamp:flags.3?int = InputMedia;
export namespace Raw {
  export class InputMediaDocumentExternal {
    constructor(params: {
      spoiler?: boolean;
      url: string;
      ttlSeconds?: number;
      videoCover?: Raw.TypeInputPhoto;
      videoTimestamp?: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 198
Constructor ID: 0x779600f9

Property