Interface DirectThreadFeedResponse

interface DirectThreadFeedResponse {
    status: string;
    thread: DirectThreadFeedResponseThread;
}

Properties

Properties

status: string