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

    A contact's [I]nstant[M]essaging client.

    interface ContactsIMClient {
        app?: WebitelContactsLookup;
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        etag?: string;
        externalId?: string;
        id?: string;
        protocol?: string;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
        user?: WebitelContactsLookup;
        ver?: number;
        via?: string;
    }
    Index

    Properties

    App (Text-Gateway) used to connect the IM client. Id will be internal id of gateway. Name will be name of the gateway.

    createdAt?: string

    The user who created this Field.

    Timestamp(milli) of the Field creation.

    etag?: string

    Unique ID of the latest version of the update. This ID changes after any update to the underlying value(s).

    externalId?: string

    External user id.

    id?: string

    The unique ID of the association. Never changes.

    protocol?: string

    Protocol used to connect the IM client.

    updatedAt?: string

    Timestamp(milli) of the last Field update. Take part in Etag generation.

    The user who performed last Update.

    External user which contacted to us. Id will be from external service. Name will be from external service.

    ver?: number

    Version of the latest update. Numeric sequence.

    via?: string

    [Via] App(-specific) peer(-id) to connect[from] the IM client.