/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * ThreadDirectSettings defines settings * specific to direct (one-to-one) threads. */ export interface WebitelImApiGatewayV1ThreadSettings { /** Creation timestamp (Unix time, milliseconds). */ createdAt?: string; /** Domain identifier. */ domainId?: number; /** Settings identifier. */ id?: string; /** * Custom title for the direct thread. * Usually represents the display name of the conversation. */ title?: string; /** Last update timestamp (Unix time, milliseconds). */ updatedAt?: string; }