interface PhotoSizeimport { type PhotoSize } from "https://dotland.deno.dev/x/grammy@v1.15.0/types.web.ts"; This object represents one size of a photo or a file / sticker thumbnail. Propertiesfile_id: stringIdentifier for this file, which can be used to download or reuse the file file_unique_id: stringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. width: numberPhoto width height: numberPhoto height optionalfile_size: numberFile size in bytes import PhotoSizeimport { PhotoSize } from "https://dotland.deno.dev/x/grammy@v1.15.0/types.web.ts";