Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>InputFile#toRaw

Hydration plugin for API calls and context objects.
Latest
method InputFile.prototype.toRaw
Re-export
import { InputFile } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.ts";

Internal method. Do not use.

Converts this instance into a binary representation that can be sent to the Bot API server in the request body.

Returns

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