Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_autoquote/deps.deno.ts>Keyboard#persistent

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
method Keyboard.prototype.persistent
import { Keyboard } from "https://deno.land/x/grammy_autoquote@v2.0.0/deps.deno.ts";

Make the current keyboard persistent. See https://grammy.dev/plugins/keyboard.html#persistent-keyboards for more details.

Keyboards are not persistent by default, use this function to enable it (without any parameters or pass true). Pass false to force the keyboard to not persist.

Parameters

optional
isEnabled = [UNSUPPORTED]

true if the keyboard should persist, and false otherwise