Skip to main content
Module

x/grammy/mod.ts>InputFile#toRaw

The Telegram Bot Framework.
Very Popular
Latest
method InputFile.prototype.toRaw
Re-export
import { InputFile } from "https://deno.land/x/grammy@v1.22.4/mod.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>>