method Client.prototype.sendPhotoimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendPhoto(chatId: ID,photo: FileSource,params?: SendPhotoParams,): Promise<MessagePhoto>Send a photo. ParameterschatId: IDThe chat to send the photo to. photo: FileSourceThe photo to send. optionalparams: SendPhotoParamsReturnsPromise<MessagePhoto>The sent photo.