import { Keyboard } from "https://deno.land/x/grammy@v1.22.4/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.