Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy_menu/menu.ts>MenuRange#append

Interactive menus for grammY
Latest
method MenuRange.prototype.append
import { MenuRange } from "https://deno.land/x/grammy_menu@v1.2.1/menu.ts";

Appends a given range to this range. This will effectively replay all operations of the given range onto this range.

Parameters

range: MaybeRawRange<C>

A potentially raw range