@webitel/api-services
    Preparing search index...

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type ContactsChatCatalogGetContactChatHistory2Params = {
        chatId?: string;
        fields?: string[];
        groupStringString?: string;
        offsetDate?: string;
        offsetId?: string;
        page?: number;
        q?: string;
        size?: number;
    }
    Index

    Properties

    chatId?: string

    Unique chat dialog

    fields?: string[]

    Fields to return into result.

    groupStringString?: string

    Includes the history of ONLY those dialogs whose member channel(s) contain a specified set of variables.

    offsetDate?: string

    Messages ONLY been sent before the specified epochtime(milli).

    offsetId?: string

    Messages ONLY starting from the specified message ID

    page?: number
    q?: string

    Search term: message.text

    size?: number

    Number of messages to return.