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

x/grammy/mod.ts>Keyboard#persistent

The Telegram Bot Framework.
Very Popular
Go to Latest
method Keyboard.prototype.persistent
import { Keyboard } from "https://deno.land/x/grammy@v1.20.1/mod.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