Skip to main content
Module

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

Conversational interfaces for grammY.
Latest
method InputFile.prototype.toRaw
Re-export
import { InputFile } from "https://deno.land/x/grammy_conversations@v1.2.0/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>>