/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImApiGatewayV1KeyboardRowWithSection } from './webitelImApiGatewayV1KeyboardRowWithSection.zod'; /** * List-style interactive menu. */ export interface WebitelImApiGatewayV1KeyboardListReply { /** Title of the main button, that on-click show up list. */ mainButtonTitle?: string; /** List with sections with buttons. */ sections?: WebitelImApiGatewayV1KeyboardRowWithSection[]; }