Raw.InputMediaUploadedDocument

Raw.InputMediaUploadedDocument

New document

inputMediaUploadedDocument#5b38c6c1 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> 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>;
      ttlSeconds?: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x5b38c6c1

Property