IGPAPI
    Preparing search index...

    Interface DirectThreadUpdateTitleInput

    interface DirectThreadUpdateTitleInput {
        threadId: string | number;
        title: string;
    }
    Index

    Properties

    Properties

    threadId: string | number
    title: string