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

Internal method, creates a promise from a given value that will resolve at the given index in order to accurately restore the order in which different operations complete. Do not use unless you know exactly what you are doing.

Parameters

index: number
optional
value: T

Returns

Promise<T>