/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImProviderV1ProviderKeyboardRowWithSection } from './webitelImProviderV1ProviderKeyboardRowWithSection'; /** * ProviderKeyboardListReply is a dropdown-style menu with labeled sections. */ export interface WebitelImProviderV1ProviderKeyboardListReply { /** Label of the main button that expands the list. */ mainButtonTitle?: string; sections?: WebitelImProviderV1ProviderKeyboardRowWithSection[]; }