method Client.prototype.sendDocumentimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendDocument(chatId: ID,document: FileSource,params?: SendDocumentParams,): Promise<MessageDocument>Send a document. ParameterschatId: IDThe chat to send the document to. document: FileSourceThe document to send. optionalparams: SendDocumentParamsReturnsPromise<MessageDocument>The sent document.