Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy/mod.ts>Keyboard#add

The Telegram Bot Framework.
Go to Latest
method Keyboard.prototype.add
import { Keyboard } from "https://deno.land/x/grammy@v1.19.1/mod.ts";

Allows you to add your own KeyboardButton objects if you already have them for some reason. You most likely want to call one of the other methods.

Parameters

...buttons: KeyboardButton[]

The buttons to add