[Go to site: main page, start]

Interface MessageTextPart

interface MessageTextPart {
    type: "text";
    value: string;
}
Index

Properties

Properties

type: "text"
value: string