Skip to main content
Module

x/grammy_conversations/deps.deno.ts>InlineKeyboard#add

Conversational interfaces for grammY.
Latest
method InlineKeyboard.prototype.add
import { InlineKeyboard } from "https://deno.land/x/grammy_conversations@v1.2.0/deps.deno.ts";

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

Parameters

...buttons: InlineKeyboardButton[]

The buttons to add