import { Api } from "https://dotland.deno.dev/x/grammy@v1.31.0/mod.ts";
Use this method to send photos. On success, the sent Message is returned.
Parameters
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
photo: InputFile | string
Photo to send. Pass a file_id as String to send a photo that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a photo from the Internet, or upload a new photo using multipart/form-data. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20.
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#sendphoto