Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future.
Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future.
Add Package
deno add jsr:@gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";
---- OR ----
Import directly with a jsr specifier
import { type APIMethods } from "jsr:@gramio/types";
Add Package
npx jsr add @gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";
Add Package
yarn dlx jsr add @gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";
Add Package
pnpm dlx jsr add @gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";
Add Package
bunx jsr add @gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";