/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { GoogleRpcStatus } from './google-rpc-status'; /** * * @export * @interface WebitelChatBroadcastError */ export interface WebitelChatBroadcastError { /** * * @type {GoogleRpcStatus} * @memberof WebitelChatBroadcastError */ error?: GoogleRpcStatus; /** * * @type {string} * @memberof WebitelChatBroadcastError */ peer_id?: string; } //# sourceMappingURL=webitel-chat-broadcast-error.d.ts.map