method Client.prototype.sendPhotoimport { Client } from "https://deno.land/x/mtkruto@0.1.117/mod.ts"; sendPhoto(chatId: ChatID,photo: FileSource,params?: SendPhotoParams,): Promise<With<Message, "photo">>Send a photo. ParameterschatId: ChatIDThe chat to send the photo to. photo: FileSourceThe photo to send. optionalparams: SendPhotoParamsReturnsPromise<With<Message, "photo">>