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

    ThreadDirectSettings defines settings specific to direct (one-to-one) threads.

    interface WebitelImApiGatewayV1ThreadSettings {
        createdAt?: string;
        domainId?: number;
        id?: string;
        title?: string;
        updatedAt?: string;
    }
    Index

    Properties

    createdAt?: string

    Creation timestamp (Unix time, milliseconds).

    domainId?: number

    Domain identifier.

    id?: string

    Settings identifier.

    title?: string

    Custom title for the direct thread. Usually represents the display name of the conversation.

    updatedAt?: string

    Last update timestamp (Unix time, milliseconds).