import { InlineKeyboardButton } from './InlineKeyboardButton.generated'; export interface InlineKeyboardMarkup { inline_keyboard: Array>; }