/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * Postback. Reply Button Click[ed]. */ export interface WebitelChatPostback { /** Data associated with the Button. */ code?: string; /** Message ID of the button. */ mid?: string; /** Button's display caption. */ text?: string; }