/** * 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 { AxiosPromise, AxiosInstance } from 'axios'; import { Configuration } from '../configuration'; import { RequestArgs, BaseAPI } from '../base'; import { WebitelChatChatCustomers } from '../api'; import { WebitelChatChatDialogs } from '../api'; import { WebitelChatChatMembers } from '../api'; import { WebitelChatChatMessages } from '../api'; /** * CatalogApi - axios parameter creator * @export */ export declare const CatalogApiAxiosParamCreator: (configuration?: Configuration) => { /** * * @summary Query of external chat customers * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer{id,name} * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique contact **ID**entifier(s). * @param {string} [type] The type of contact to filter. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {*} [options] Override http request option. * @throws {RequiredError} */ getCustomers: (page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, type?: string, viaId?: string, viaType?: string, viaName?: string, options?: any) => Promise; /** * * @summary Query of chat conversations * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer.name * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique chat IDentifier(s). Accept: dialog -or- member ID. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [dateSince] Since epochtime (milli). **Match**: greater than .. * @param {string} [dateUntil] Until epochtime (milli). **Match**: less or equal .. * @param {boolean} [online] Dialogs ONLY that are currently [not] active( closed: ? ). * @param {string} [groupString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getDialogs: (page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, viaId?: string, viaType?: string, viaName?: string, peerId?: string, peerType?: string, peerName?: string, dateSince?: string, dateUntil?: string, online?: boolean, groupString?: string, options?: any) => Promise; /** * * @summary Query of the chat history * @param {string} chatId Unique chat dialog * @param {string} [offsetId] Messages ONLY starting from the specified message ID * @param {string} [offsetDate] Messages ONLY been sent before the specified epochtime(milli). * @param {number} [limit] Number of messages to return. * @param {string} [q] Search term: message.text * @param {Array} [fields] Fields to return into result. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [groupString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getHistory: (chatId: string, offsetId?: string, offsetDate?: string, limit?: number, q?: string, fields?: Array, peerId?: string, peerType?: string, peerName?: string, groupString?: string, options?: any) => Promise; /** * * @summary Query of the chat history * @param {string} peerType Contact **type** provider. * @param {string} peerId Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [offsetId] Messages ONLY starting from the specified message ID * @param {string} [offsetDate] Messages ONLY been sent before the specified epochtime(milli). * @param {number} [limit] Number of messages to return. * @param {string} [q] Search term: message.text * @param {Array} [fields] Fields to return into result. * @param {string} [chatId] Unique chat dialog * @param {string} [peerName] Contact display **name**. * @param {string} [groupStringString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getHistory2: (peerType: string, peerId: string, offsetId?: string, offsetDate?: string, limit?: number, q?: string, fields?: Array, chatId?: string, peerName?: string, groupStringString?: string, options?: any) => Promise; /** * * @summary Query of chat participants * @param {string} chatId ID of the chat dialog. * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer(type;name) * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique chat member ID. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [dateSince] Since epochtime (milli). **Match**: greater than .. * @param {string} [dateUntil] Until epochtime (milli). **Match**: less or equal .. * @param {boolean} [online] Participants ONLY who are currently [not] connected to the chat. ( left: ( 0 ? online : offline ) ) * @param {boolean} [joined] Participants ONLY who have [not] been connected to the chat. ( join: ( 0 ? [request|abandoned] : connected ) ) * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMembers: (chatId: string, page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, viaId?: string, viaType?: string, viaName?: string, peerId?: string, peerType?: string, peerName?: string, dateSince?: string, dateUntil?: string, online?: boolean, joined?: boolean, options?: any) => Promise; }; /** * CatalogApi - functional programming interface * @export */ export declare const CatalogApiFp: (configuration?: Configuration) => { /** * * @summary Query of external chat customers * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer{id,name} * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique contact **ID**entifier(s). * @param {string} [type] The type of contact to filter. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {*} [options] Override http request option. * @throws {RequiredError} */ getCustomers(page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, type?: string, viaId?: string, viaType?: string, viaName?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @summary Query of chat conversations * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer.name * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique chat IDentifier(s). Accept: dialog -or- member ID. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [dateSince] Since epochtime (milli). **Match**: greater than .. * @param {string} [dateUntil] Until epochtime (milli). **Match**: less or equal .. * @param {boolean} [online] Dialogs ONLY that are currently [not] active( closed: ? ). * @param {string} [groupString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getDialogs(page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, viaId?: string, viaType?: string, viaName?: string, peerId?: string, peerType?: string, peerName?: string, dateSince?: string, dateUntil?: string, online?: boolean, groupString?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @summary Query of the chat history * @param {string} chatId Unique chat dialog * @param {string} [offsetId] Messages ONLY starting from the specified message ID * @param {string} [offsetDate] Messages ONLY been sent before the specified epochtime(milli). * @param {number} [limit] Number of messages to return. * @param {string} [q] Search term: message.text * @param {Array} [fields] Fields to return into result. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [groupString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getHistory(chatId: string, offsetId?: string, offsetDate?: string, limit?: number, q?: string, fields?: Array, peerId?: string, peerType?: string, peerName?: string, groupString?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @summary Query of the chat history * @param {string} peerType Contact **type** provider. * @param {string} peerId Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [offsetId] Messages ONLY starting from the specified message ID * @param {string} [offsetDate] Messages ONLY been sent before the specified epochtime(milli). * @param {number} [limit] Number of messages to return. * @param {string} [q] Search term: message.text * @param {Array} [fields] Fields to return into result. * @param {string} [chatId] Unique chat dialog * @param {string} [peerName] Contact display **name**. * @param {string} [groupStringString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getHistory2(peerType: string, peerId: string, offsetId?: string, offsetDate?: string, limit?: number, q?: string, fields?: Array, chatId?: string, peerName?: string, groupStringString?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @summary Query of chat participants * @param {string} chatId ID of the chat dialog. * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer(type;name) * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique chat member ID. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [dateSince] Since epochtime (milli). **Match**: greater than .. * @param {string} [dateUntil] Until epochtime (milli). **Match**: less or equal .. * @param {boolean} [online] Participants ONLY who are currently [not] connected to the chat. ( left: ( 0 ? online : offline ) ) * @param {boolean} [joined] Participants ONLY who have [not] been connected to the chat. ( join: ( 0 ? [request|abandoned] : connected ) ) * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMembers(chatId: string, page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, viaId?: string, viaType?: string, viaName?: string, peerId?: string, peerType?: string, peerName?: string, dateSince?: string, dateUntil?: string, online?: boolean, joined?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; }; /** * CatalogApi - factory interface * @export */ export declare const CatalogApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => { /** * * @summary Query of external chat customers * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer{id,name} * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique contact **ID**entifier(s). * @param {string} [type] The type of contact to filter. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {*} [options] Override http request option. * @throws {RequiredError} */ getCustomers(page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, type?: string, viaId?: string, viaType?: string, viaName?: string, options?: any): AxiosPromise; /** * * @summary Query of chat conversations * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer.name * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique chat IDentifier(s). Accept: dialog -or- member ID. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [dateSince] Since epochtime (milli). **Match**: greater than .. * @param {string} [dateUntil] Until epochtime (milli). **Match**: less or equal .. * @param {boolean} [online] Dialogs ONLY that are currently [not] active( closed: ? ). * @param {string} [groupString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getDialogs(page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, viaId?: string, viaType?: string, viaName?: string, peerId?: string, peerType?: string, peerName?: string, dateSince?: string, dateUntil?: string, online?: boolean, groupString?: string, options?: any): AxiosPromise; /** * * @summary Query of the chat history * @param {string} chatId Unique chat dialog * @param {string} [offsetId] Messages ONLY starting from the specified message ID * @param {string} [offsetDate] Messages ONLY been sent before the specified epochtime(milli). * @param {number} [limit] Number of messages to return. * @param {string} [q] Search term: message.text * @param {Array} [fields] Fields to return into result. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [groupString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getHistory(chatId: string, offsetId?: string, offsetDate?: string, limit?: number, q?: string, fields?: Array, peerId?: string, peerType?: string, peerName?: string, groupString?: string, options?: any): AxiosPromise; /** * * @summary Query of the chat history * @param {string} peerType Contact **type** provider. * @param {string} peerId Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [offsetId] Messages ONLY starting from the specified message ID * @param {string} [offsetDate] Messages ONLY been sent before the specified epochtime(milli). * @param {number} [limit] Number of messages to return. * @param {string} [q] Search term: message.text * @param {Array} [fields] Fields to return into result. * @param {string} [chatId] Unique chat dialog * @param {string} [peerName] Contact display **name**. * @param {string} [groupStringString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} */ getHistory2(peerType: string, peerId: string, offsetId?: string, offsetDate?: string, limit?: number, q?: string, fields?: Array, chatId?: string, peerName?: string, groupStringString?: string, options?: any): AxiosPromise; /** * * @summary Query of chat participants * @param {string} chatId ID of the chat dialog. * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer(type;name) * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique chat member ID. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [dateSince] Since epochtime (milli). **Match**: greater than .. * @param {string} [dateUntil] Until epochtime (milli). **Match**: less or equal .. * @param {boolean} [online] Participants ONLY who are currently [not] connected to the chat. ( left: ( 0 ? online : offline ) ) * @param {boolean} [joined] Participants ONLY who have [not] been connected to the chat. ( join: ( 0 ? [request|abandoned] : connected ) ) * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMembers(chatId: string, page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, viaId?: string, viaType?: string, viaName?: string, peerId?: string, peerType?: string, peerName?: string, dateSince?: string, dateUntil?: string, online?: boolean, joined?: boolean, options?: any): AxiosPromise; }; /** * CatalogApi - object-oriented interface * @export * @class CatalogApi * @extends {BaseAPI} */ export declare class CatalogApi extends BaseAPI { /** * * @summary Query of external chat customers * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer{id,name} * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique contact **ID**entifier(s). * @param {string} [type] The type of contact to filter. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CatalogApi */ getCustomers(page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, type?: string, viaId?: string, viaType?: string, viaName?: string, options?: any): Promise>; /** * * @summary Query of chat conversations * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer.name * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique chat IDentifier(s). Accept: dialog -or- member ID. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [dateSince] Since epochtime (milli). **Match**: greater than .. * @param {string} [dateUntil] Until epochtime (milli). **Match**: less or equal .. * @param {boolean} [online] Dialogs ONLY that are currently [not] active( closed: ? ). * @param {string} [groupString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CatalogApi */ getDialogs(page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, viaId?: string, viaType?: string, viaName?: string, peerId?: string, peerType?: string, peerName?: string, dateSince?: string, dateUntil?: string, online?: boolean, groupString?: string, options?: any): Promise>; /** * * @summary Query of the chat history * @param {string} chatId Unique chat dialog * @param {string} [offsetId] Messages ONLY starting from the specified message ID * @param {string} [offsetDate] Messages ONLY been sent before the specified epochtime(milli). * @param {number} [limit] Number of messages to return. * @param {string} [q] Search term: message.text * @param {Array} [fields] Fields to return into result. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [groupString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CatalogApi */ getHistory(chatId: string, offsetId?: string, offsetDate?: string, limit?: number, q?: string, fields?: Array, peerId?: string, peerType?: string, peerName?: string, groupString?: string, options?: any): Promise>; /** * * @summary Query of the chat history * @param {string} peerType Contact **type** provider. * @param {string} peerId Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [offsetId] Messages ONLY starting from the specified message ID * @param {string} [offsetDate] Messages ONLY been sent before the specified epochtime(milli). * @param {number} [limit] Number of messages to return. * @param {string} [q] Search term: message.text * @param {Array} [fields] Fields to return into result. * @param {string} [chatId] Unique chat dialog * @param {string} [peerName] Contact display **name**. * @param {string} [groupStringString] This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18 * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CatalogApi */ getHistory2(peerType: string, peerId: string, offsetId?: string, offsetDate?: string, limit?: number, q?: string, fields?: Array, chatId?: string, peerName?: string, groupStringString?: string, options?: any): Promise>; /** * * @summary Query of chat participants * @param {string} chatId ID of the chat dialog. * @param {number} [page] Page number to return. **default**: 1. * @param {number} [size] Page records limit. **default**: 16. * @param {string} [q] Search term: peer(type;name) * @param {Array} [sort] Sort records by { fields } specification. * @param {Array} [fields] Fields [Q]uery to build result dataset record. * @param {Array} [id] Set of unique chat member ID. * @param {string} [viaId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [viaType] Contact **type** provider. * @param {string} [viaName] Contact display **name**. * @param {string} [peerId] Contact unique **ID**entifier. Contact **type**-specific string. * @param {string} [peerType] Contact **type** provider. * @param {string} [peerName] Contact display **name**. * @param {string} [dateSince] Since epochtime (milli). **Match**: greater than .. * @param {string} [dateUntil] Until epochtime (milli). **Match**: less or equal .. * @param {boolean} [online] Participants ONLY who are currently [not] connected to the chat. ( left: ( 0 ? online : offline ) ) * @param {boolean} [joined] Participants ONLY who have [not] been connected to the chat. ( join: ( 0 ? [request|abandoned] : connected ) ) * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CatalogApi */ getMembers(chatId: string, page?: number, size?: number, q?: string, sort?: Array, fields?: Array, id?: Array, viaId?: string, viaType?: string, viaName?: string, peerId?: string, peerType?: string, peerName?: string, dateSince?: string, dateUntil?: string, online?: boolean, joined?: boolean, options?: any): Promise>; } //# sourceMappingURL=catalog-api.d.ts.map