Interface DirectThreadRepositoryUpdateTitleResponseTextAttributesItem

interface DirectThreadRepositoryUpdateTitleResponseTextAttributesItem {
    bold: number;
    color: string;
    end: number;
    intent: string;
    start: number;
}

Properties

bold: number
color: string
end: number
intent: string
start: number