Raw.InputMediaUploadedDocument

Raw.InputMediaUploadedDocument

New document

inputMediaUploadedDocument#37c9330 flags:# nosound_video:flags.3?true force_file:flags.4?true spoiler:flags.5?true file:InputFile thumb:flags.2?InputFile mime_type:string attributes:Vector<DocumentAttribute> stickers:flags.0?Vector<InputDocument> video_cover:flags.6?InputPhoto video_timestamp:flags.7?int ttl_seconds:flags.1?int = InputMedia;
export namespace Raw {
  export class InputMediaUploadedDocument {
    constructor(params: {
      nosoundVideo?: boolean;
      forceFile?: boolean;
      spoiler?: boolean;
      file: Raw.TypeInputFile;
      thumb?: Raw.TypeInputFile;
      mimeType: string;
      attributes: Array<Raw.TypeDocumentAttribute>;
      stickers?: Array<Raw.TypeInputDocument>;
      videoCover?: Raw.TypeInputPhoto;
      videoTimestamp?: number;
      ttlSeconds?: number;
    }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0x37c9330

Property