@webitel/api-services
    Preparing search index...
    interface WebitelChatServerConversation {
        closedAt?: string;
        createdAt?: string;
        domainId?: string;
        id?: string;
        members?: WebitelChatServerMember[];
        messages?: WebitelChatServerHistoryMessage[];
        title?: string;
        updatedAt?: string;
    }
    Index

    Properties

    closedAt?: string
    createdAt?: string
    domainId?: string
    id?: string
    title?: string
    updatedAt?: string