Skip to main content
Module

x/grammy/types.ts>InputFile#toRaw

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