Skip to content

InputDocument

Type · TDLib 1.8.67 · d1085f9c

A document (general file) to be sent

InputDocument(
  document: InputFile,
  thumbnail: InputThumbnail,
  disable_content_type_detection: Bool
) → InputDocument

document

InputFile

File to be sent

thumbnail

InputThumbnail

Document thumbnail; pass null to skip thumbnail uploading

disable_content_type_detection

Bool

Pass true to disable automatic file type detection and send the document as a file. Always true for files sent to secret chats