Interface DirectThreadRepositoryGetByParticipantsResponseRootObject

interface DirectThreadRepositoryGetByParticipantsResponseRootObject {
    status: string;
    thread: DirectThreadRepositoryGetByParticipantsResponseThread;
}

Properties

Properties

status: string