Skip to main content
Go to Latest
method ConversationHandle.prototype._replayApi
import { ConversationHandle } from "https://deno.land/x/grammy_conversations@v1.1.1/mod.ts";

Internal method, replays an API call operation and advances the replay cursor. Do not use unless you know exactly what you are doing.

Parameters

method: string

Returns

Promise<NonNullable<ApiOp["r"]>>