Skip to main content
Module

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

Interactive menus for grammY.
Latest
method InputFile.prototype.toRaw
Re-export
import { InputFile } from "https://deno.land/x/grammy_menu@v1.2.2/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>>