@webitel/api-services
    Preparing search index...
    interface WebitelChatServerHistoryMessage {
        channelId?: string;
        createdAt?: string;
        file?: WebitelChatServerFile;
        id?: string;
        kind?: string;
        text?: string;
        type?: string;
        updatedAt?: string;
    }
    Index

    Properties

    channelId?: string
    createdAt?: string
    id?: string
    kind?: string
    text?: string
    type?: string
    updatedAt?: string