/** * 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 { WebitelChatInputMessage } from './webitel-chat-input-message'; import { WebitelChatInputPeer } from './webitel-chat-input-peer'; /** * * @export * @interface WebitelChatBroadcastMessageRequest */ export interface WebitelChatBroadcastMessageRequest { /** * * @type {WebitelChatInputMessage} * @memberof WebitelChatBroadcastMessageRequest */ message?: WebitelChatInputMessage; /** * * @type {Array} * @memberof WebitelChatBroadcastMessageRequest */ peers?: Array; /** * * @type {string} * @memberof WebitelChatBroadcastMessageRequest */ timeout?: string; /** * * @type {{ [key: string]: string; }} * @memberof WebitelChatBroadcastMessageRequest */ variables?: { [key: string]: string; }; } //# sourceMappingURL=webitel-chat-broadcast-message-request.d.ts.map