Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy/types.deno.ts>InputFile#[toRaw]

The Telegram Bot Framework.
Go to Latest
method InputFile.prototype.[toRaw]
import { InputFile } from "https://deno.land/x/grammy@v1.12.4/types.deno.ts";

Returns

Promise<Uint8Array | Iterable<Uint8Array> | AsyncIterable<Uint8Array>>