Package version:

Interface MessageDeltaTextUrlCitationDetails

A representation of a URL citation, as used in text thread message content.

interface MessageDeltaTextUrlCitationDetails {
    title?: string;
    url: string;
}

Properties

Properties

title?: string

The title of the URL.

url: string

The URL associated with this citation.