Skip to main content
Deno 2 is finally here 🎉️
Learn more
Very Popular
Latest
method Context.prototype.savePreparedInlineMessage
Re-export
import { Context } from "https://deno.land/x/grammy@v1.32.0/mod.ts";

Context-aware alias for api.savePreparedInlineMessage. Stores a message that can be sent by a user of a Mini App. Returns a PreparedInlineMessage object.

Parameters

An object describing the message to be sent

optional
other: Other<"savePreparedInlineMessage", "user_id" | "result">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#savepreparedinlinemessage