import { KeyboardButton } from './KeyboardButton.generated'; export interface ReplyKeyboardMarkup { keyboard: Array>; is_persistent?: boolean; resize_keyboard?: boolean; one_time_keyboard?: boolean; input_field_placeholder?: string; selective?: boolean; }